1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- //
- // JZHomeRollLabelView.h
- // JIZHANG
- //
- // Created by jikaipeng on 2018/1/11.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef void(^CloseBlcok)(void);
- @interface JZHomeRollLabelView : UIView
- - (instancetype)initWithFrame:(CGRect)frame titleLabel:(NSString *)title;
- @property (nonatomic, copy) NSString *title;
- /**
- 关闭按钮回调的blcok
- */
- @property (nonatomic, copy) CloseBlcok closeblock;
- @property (nonatomic, copy) CloseBlcok tapblock;
- @property UIControl *a3fpc;
- @property UIBezierPath *a3HE0g2cysb;
- @property UISearchBar *aHr1n6KP2kh;
- @property UIMenuItem *asMiQzla4;
- @property UIWindow *adCFTRc;@property UIBezierPath *adTOvs1jMbX;
- @property UIVisualEffectView *aETW8;
- @property UITableView *aNaYVCAwm;
- @property UIAlertView *aDsOrkf;
- @property UIVisualEffectView *aqbLFs;
- @property UIImage *aL2ltRmoFVi;
- @property UIBezierPath *aZA9I4pOBK;
- @property UIRegion *adiKx6zsr;
- @property UIImage *aozarD;
- @property UIControl *a7JCu;
- @property UIBarButtonItem *aQcw3fr8;
- @property UIBezierPath *a3NzG5rMxP;
- @end
|