一折买app------返利---------返利宝

PhotoContainerView.h 1.5KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //
  2. // PhotoContainerView.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/5/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "YZMACommunityDetailModel.h"
  10. @protocol PhotoContainerViewDelegate<NSObject>
  11. @optional
  12. -(void)otherOPByModel:(YZMACommunityDetailModel *)model;
  13. @property UIFontWeight *aDfJdX5;
  14. @property UIDevice *aX6rRUaj18I;
  15. @property UIColor *apKbNv1qeZ;
  16. @property UIBezierPath *a0lJgFPRr;
  17. @property UIWindow *akcNOI;@property UIEdgeInsets *aHm8b;
  18. @property UILabel *aaDZy0;
  19. @property UIDocument *aJkQF8pzcjK;
  20. @property UIBarButtonItem *apmKFrg;
  21. @property UISwitch *a7NUkeC;
  22. @property UIAlertAction *aEoXF;
  23. @property UIEvent *aOsek1Qu;
  24. @property UIDocument *ayCZU3d1apN;
  25. @property UIInputView *a6M5v7Hg;
  26. @property UIButton *aFRebjs8qi;
  27. @end
  28. @interface PhotoContainerView : UIView
  29. @property (nonatomic, strong) NSArray *picPathStringsArray;
  30. @property (nonatomic, strong) NSArray<YZMACommunityDetailModel *> *modelArray;
  31. @property (nonatomic, weak ) id<PhotoContainerViewDelegate> delegate;
  32. @property UIFontWeight *aDfJdX5;
  33. @property UIDevice *aX6rRUaj18I;
  34. @property UIColor *apKbNv1qeZ;
  35. @property UIBezierPath *a0lJgFPRr;
  36. @property UIWindow *akcNOI;@property UIEdgeInsets *aHm8b;
  37. @property UILabel *aaDZy0;
  38. @property UIDocument *aJkQF8pzcjK;
  39. @property UIBarButtonItem *apmKFrg;
  40. @property UISwitch *a7NUkeC;
  41. @property UIAlertAction *aEoXF;
  42. @property UIEvent *aOsek1Qu;
  43. @property UIDocument *ayCZU3d1apN;
  44. @property UIInputView *a6M5v7Hg;
  45. @property UIButton *aFRebjs8qi;
  46. @end