// // GMSimpleCell.h // Gengmei // 简单的Collection Cell(图片+文字) // Created by Thierry on 1/7/15. // Copyright (c) 2015 Wanmeichuangyi. All rights reserved. // #import <UIKit/UIKit.h> #import "GMImageView.h" #import "GMLabel.h" #import "GMReuseIdentifier.h" @interface GMCollectionViewCell : UICollectionViewCell <GMReuseIdentifier> - (void)setup; @end @interface UICollectionReusableView (Reusable) <GMReuseIdentifier> + (NSString *)defaultReuseIdentifier; @end