// // GXFNoticeCollectionViewCell.h // XFFruit // // Created by freecui on 15/8/27. // Copyright (c) 2015年 Xummer. All rights reserved. // #import <UIKit/UIKit.h> #define ICRFUNCTION_IMG_TOP_PADDING (25) #define ICRFUNCTION_IMG_WIDTH (65) #define ICRFUNCTION_LABEL_HEIGHT (15) #define ICRFUNCTION_INNER_GAP (7) #define RIGHT_LINE_WIDTH (0.5) @interface GXFFunctionCollectionViewCell : UICollectionViewCell @property (nonatomic, strong, readonly) UIImageView *functionImage; @property (nonatomic, strong, readonly) UILabel *functionNameLabel; @end