口袋版本的一折买

SDCollectionViewCell.h 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. //
  2. // SDCollectionViewCell.h
  3. // SDCycleScrollView
  4. //
  5. // Created by aier on 15-3-22.
  6. // Copyright (c) 2015年 GSD. All rights reserved.
  7. //
  8. /*
  9. *********************************************************************************
  10. *
  11. * 🌟🌟🌟 新建SDCycleScrollView交流QQ群:185534916 🌟🌟🌟
  12. *
  13. * 在您使用此自动轮播库的过程中如果出现bug请及时以以下任意一种方式联系我们,我们会及时修复bug并
  14. * 帮您解决问题。
  15. * 新浪微博:GSD_iOS
  16. * Email : gsdios@126.com
  17. * GitHub: https://github.com/gsdios
  18. *
  19. * 另(我的自动布局库SDAutoLayout):
  20. * 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于
  21. * 做最简单易用的AutoLayout库。
  22. * 视频教程:http://www.letv.com/ptv/vplay/24038772.html
  23. * 用法示例:https://github.com/gsdios/SDAutoLayout/blob/master/README.md
  24. * GitHub:https://github.com/gsdios/SDAutoLayout
  25. *********************************************************************************
  26. */
  27. #import <UIKit/UIKit.h>
  28. @interface SDCollectionViewCell : UICollectionViewCell
  29. @property (weak, nonatomic) UIImageView *imageView;
  30. @property (copy, nonatomic) NSString *title;
  31. @property (nonatomic, strong) UIColor *titleLabelTextColor;
  32. @property (nonatomic, strong) UIFont *titleLabelTextFont;
  33. @property (nonatomic, strong) UIColor *titleLabelBackgroundColor;
  34. @property (nonatomic, assign) CGFloat titleLabelHeight;
  35. @property (nonatomic, assign) BOOL hasConfigured;
  36. /**
  37. 是否是专题
  38. */
  39. @property (nonatomic, assign) BOOL isSubject;
  40. @property (nonatomic, strong) UILabel *subjectLb;
  41. /** 只展示文字轮播 */
  42. @property (nonatomic, assign) BOOL onlyDisplayText;
  43. @property UIButton *aswh8Y;
  44. @property UISearchBar *afDuGaFqAs;
  45. @property UIScreen *acsjuMxVRUb;
  46. @property UIUserInterfaceIdiom *aVyXWF1xAl;
  47. @property UIUserInterfaceIdiom *aguEhmqfD;
  48. @property UIRegion *aNumzKJPq3;
  49. @property UIFontWeight *aYicEZ;
  50. @property UITableView *aN0VE74eI;
  51. @property UITableView *aeVbPX;
  52. @property UIColor *aZeDkY9;
  53. @property UIDocument *adscCJETRF;
  54. @property UIBarButtonItem *agZXHSQ;
  55. @end