12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- //
- // PhotoContainerView.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YZMACommunityDetailModel.h"
- @protocol PhotoContainerViewDelegate<NSObject>
- @optional
- -(void)otherOPByModel:(YZMACommunityDetailModel *)model;
- @property UIFontWeight *aDfJdX5;
- @property UIDevice *aX6rRUaj18I;
- @property UIColor *apKbNv1qeZ;
- @property UIBezierPath *a0lJgFPRr;
- @property UIWindow *akcNOI;@property UIEdgeInsets *aHm8b;
- @property UILabel *aaDZy0;
- @property UIDocument *aJkQF8pzcjK;
- @property UIBarButtonItem *apmKFrg;
- @property UISwitch *a7NUkeC;
- @property UIAlertAction *aEoXF;
- @property UIEvent *aOsek1Qu;
- @property UIDocument *ayCZU3d1apN;
- @property UIInputView *a6M5v7Hg;
- @property UIButton *aFRebjs8qi;
- @end
- @interface PhotoContainerView : UIView
- @property (nonatomic, strong) NSArray *picPathStringsArray;
- @property (nonatomic, strong) NSArray<YZMACommunityDetailModel *> *modelArray;
- @property (nonatomic, weak ) id<PhotoContainerViewDelegate> delegate;
- @property UIFontWeight *aDfJdX5;
- @property UIDevice *aX6rRUaj18I;
- @property UIColor *apKbNv1qeZ;
- @property UIBezierPath *a0lJgFPRr;
- @property UIWindow *akcNOI;@property UIEdgeInsets *aHm8b;
- @property UILabel *aaDZy0;
- @property UIDocument *aJkQF8pzcjK;
- @property UIBarButtonItem *apmKFrg;
- @property UISwitch *a7NUkeC;
- @property UIAlertAction *aEoXF;
- @property UIEvent *aOsek1Qu;
- @property UIDocument *ayCZU3d1apN;
- @property UIInputView *a6M5v7Hg;
- @property UIButton *aFRebjs8qi;
- @end
|