Brak opisu

PFCollectionCell.h 451B

123456789101112131415161718192021222324
  1. //
  2. // PFCollectionCell.h
  3. // PublicFund
  4. //
  5. // Created by xiaoxi on 2018/8/20.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PFCollectionCell : UIControl
  10. @property (nonatomic, copy) NSString *name;
  11. @property (nonatomic, assign) CGFloat nameFont;
  12. @property (nonatomic, strong) UIColor *nameColor;
  13. @property (nonatomic, copy) NSString *iconName;
  14. @property (nonatomic, assign) CGSize iconSize;
  15. @end