12345678910111213141516171819202122232425262728 |
- //
- // LZMLinkFansController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/21.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMBaseViewController.h"
- typedef void(^LinkFansBlock)(void);
- @interface LZMLinkFansController : LZMBaseViewController
- @property (nonatomic, strong) NSString *wx_union_id;//微信union_id
- @property(nonatomic,copy)LinkFansBlock linkFansBlock;
- @property UIBarButtonItem *aQxnsC;
- @property UIBarButtonItem *aaPVFKhJ70;
- @property UILabel *a4vTWKm2Yb;
- @property UIBarButtonItem *aW0Tg9RyNw;
- @property UIControl *aTinaJ1IM;
- @property UIMotionEffect *aSCj3c762;
- @property UIBarButtonItem *aE9OSj;
- @property UIKeyCommand *ao4VuF9qt;
- @property UIMotionEffect *aTy7Vg;
- @property UIRegion *av9C3r;
- @end
|