//// MWGridViewController.h// MWPhotoBrowser//// Created by Michael Waterfall on 08/10/2013.////#import <UIKit/UIKit.h>#import "MWPhotoBrowser.h"@interfaceMWGridViewController:UICollectionViewController{}@property(nonatomic,assign)MWPhotoBrowser*browser;@property(nonatomic)BOOLselectionMode;@property(nonatomic)CGPointinitialContentOffset;-(void)adjustOffsetsAsRequired;@end