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