1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- //
- // JZHomeUpdateView.h
- // JIZHANG
- //
- // Created by jikaipeng on 2017/11/21.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol JZHomeUpdateViewDelegate <NSObject>
- - (void)HomeUpdateViewSelectItem:(NSInteger)index;
- @property UIActivity *aZWf4D;
- @property UIControlEvents *aGmMtZ;
- @property UIVisualEffectView *a2p6Mt3zeIW;
- @property UIAlertView *aWwlkpO;
- @property UIScreen *aKbLYn40XQD;
- @property UIMenuItem *asOFIL4;
- @property UIVisualEffectView *aTxri6d;
- @property UILabel *ansyV;
- @property UIRegion *acN4V;
- @property UISwitch *aBAy7at36rn;
- @property UIKeyCommand *aojd5;
- @property UIImage *am12TzedV0t;
- @property UIApplication *aGbym8;
- @property UIAlertView *abrVteFHfw;
- @property UIScreen *atEmg8J6Gq;
- @property UIControlEvents *aXfnVWvmO;
- @property UIViewController *aPSmeo;
- @property UIImage *a1PTX;
- @property UIActivity *as7bJ;
- @property UIDocument *a1yMX;
- @property UIDocument *aWsbSi2;
- @property UIRegion *acXEU6nRGYe;
- @property UIFontWeight *aAXK1MZDFY;
- @property UIControl *aBu5E3oD0OW;
- @property UIButton *aLeixcI4;
- @property UIApplication *akopvE;
- @property UIImage *a27rzm;
- @property UIEdgeInsets *akIcdDygH;
- @property UIImage *a5YjUS;
- @property UIBarButtonItem *a1j0q;
- @property UIEvent *at3c5;
- @end
- @interface JZHomeUpdateView : UIView
- @property (nonatomic, weak) id<JZHomeUpdateViewDelegate> delegate;
- - (instancetype)initWithFrame:(CGRect)frame Title:(NSString *)title;
- @property UIActivity *aZWf4D;
- @property UIControlEvents *aGmMtZ;
- @property UIVisualEffectView *a2p6Mt3zeIW;
- @property UIAlertView *aWwlkpO;
- @property UIScreen *aKbLYn40XQD;
- @property UIMenuItem *asOFIL4;
- @property UIVisualEffectView *aTxri6d;
- @property UILabel *ansyV;
- @property UIRegion *acN4V;
- @property UISwitch *aBAy7at36rn;
- @property UIKeyCommand *aojd5;
- @property UIImage *am12TzedV0t;
- @property UIApplication *aGbym8;
- @property UIAlertView *abrVteFHfw;
- @property UIScreen *atEmg8J6Gq;
- @property UIControlEvents *aXfnVWvmO;
- @property UIViewController *aPSmeo;
- @property UIImage *a1PTX;
- @property UIActivity *as7bJ;
- @property UIDocument *a1yMX;
- @property UIDocument *aWsbSi2;
- @property UIRegion *acXEU6nRGYe;
- @property UIFontWeight *aAXK1MZDFY;
- @property UIControl *aBu5E3oD0OW;
- @property UIButton *aLeixcI4;
- @property UIApplication *akopvE;
- @property UIImage *a27rzm;
- @property UIEdgeInsets *akIcdDygH;
- @property UIImage *a5YjUS;
- @property UIBarButtonItem *a1j0q;
- @property UIEvent *at3c5;
- @end
|