// // HCUpdateAlertView.h // hc // // Created by hc on 2018/10/15. // Copyright © 2018年 hc. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HCUpdateAlertView : UIView - (instancetype)initWithFrame:(CGRect)frame text:(NSString *)text isNeeded:(BOOL)isNeeded; @property (nonatomic, copy) void (^cancelBlock)(void); @property (nonatomic, copy) void (^sureBlock)(void); @end NS_ASSUME_NONNULL_END