//// MWGridCell.h// MWPhotoBrowser//// Created by Michael Waterfall on 08/10/2013.////#import <UIKit/UIKit.h>#import "MWPhoto.h"#import "MWGridViewController.h"@interfaceMWGridCell:UICollectionViewCell{}@property(nonatomic,weak)MWGridViewController*gridController;@property(nonatomic)NSUIntegerindex;@property(nonatomic)id<MWPhoto>photo;@property(nonatomic)BOOLselectionMode;@property(nonatomic)BOOLisSelected;-(void)displayImage;@end