1234567891011121314151617181920212223242526272829303132333435363738 |
- //
- // YZMAShareGetFriendsView.h
- // YouHuiProject
- //
- // Created by jcymac on 2018/5/24.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "YZMAShareGetFriendsModel.h"
- typedef void (^ImgSuccBlock)(void);
- @interface YZMAShareGetFriendsView : UIView
- @property(nonatomic,strong)YZMAShareGetFriendsModel *model;
- @property (nonatomic, strong) NSDictionary *userinfo;
- @property(nonatomic,copy)ImgSuccBlock imgSuccBlock;
- @property UIImageView *ahmCu1;
- @property UIScreen *an2iI;
- @property UIControl *aDlt0yqg;
- @property UIView *ao2Xz;
- @property UITableView *afDyl0mUIGM;
- @property UIFontWeight *aVqoI;
- @property UIRegion *avxFDgcBhap;
- @property UIDevice *aQtz7q8IK;
- @property UITableView *aSF9hTHCc;
- @property UIApplication *azupK8j3sxD;
- @property UIAlertAction *a7i6S9fua;
- @property UIFont *ao0HLeyI1;
- @property UIButton *aUcaZtMp;
- @property UIInputView *aZgEVp35FH8;
- @property UIKeyCommand *aqIt4cKNTkn;
- @property UIApplication *a69ymEh3DN;
- @property UIInputView *aGyCE;
- @property UIBarButtonItem *apOejIPx;
- @property UISearchBar *ajq7WfwUeRC;
- @property UIImage *aS0NGJAa3bB;
- @end
|