// // DXAlertView.h // Elephant // // Created by dyy on 2018/1/19. // Copyright © 2018年 dyy. All rights reserved. // #import @class DXAlertView; @protocol DXAlertViewDelegate @optional - (void)dxAlertView:(DXAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex; @property UIButton *aWNCQ; @property UIWindow *a3p2qEwSUAB;@property UITableView *anTdgJ2IZcY; @property UIAlertAction *a0mCE; @property UICollectionView *aNITl; @property UIFont *a6jrGp; @property UIFontWeight *aJtLdly; @property UIDevice *au6P5aEm; @property UIEvent *aWDFpNPa; @property UIControl *a47iSQsh2; @property UIColor *a2esJ1W; @property UIViewController *at7Fwh; @property UIWindow *aYPIqEv;@property UISwitch *aC5JDUye; @property UISwitch *aODRK; @property UITableView *aPgf6N9Z; @property UIMenuItem *a2ldbNBEAp; @end; typedef void (^clickBlock) (NSInteger); @interface DXAlertView : UIView @property (nonatomic,weak)iddelegate; @property (nonatomic, copy) clickBlock clickBlock; /** 初始化Alertview @param title 标题 @param message 内容 @param cancelTitle 取消按钮 @param otherBtnTitle 确定按钮 @return <#return value description#> */ -(instancetype)initWithTitle:(NSString *)title message:(NSString *)message cancelBtnTitle:(NSString *)cancelTitle otherBtnTitle:(NSString *)otherBtnTitle; -(void)show; @property UIButton *aWNCQ; @property UIWindow *a3p2qEwSUAB;@property UITableView *anTdgJ2IZcY; @property UIAlertAction *a0mCE; @property UICollectionView *aNITl; @property UIFont *a6jrGp; @property UIFontWeight *aJtLdly; @property UIDevice *au6P5aEm; @property UIEvent *aWDFpNPa; @property UIControl *a47iSQsh2; @property UIColor *a2esJ1W; @property UIViewController *at7Fwh; @property UIWindow *aYPIqEv;@property UISwitch *aC5JDUye; @property UISwitch *aODRK; @property UITableView *aPgf6N9Z; @property UIMenuItem *a2ldbNBEAp; @end