// // GALCaptcha.h // shiku_im // // Created by JayLuo on 2020/1/14. // Copyright © 2020 Reese. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface GALCaptcha : UIView @property (nonatomic, strong)NSArray *CatArray;//验证码素材库 @property (nonatomic, strong)NSMutableString *CatString;//验证码字符串 -(void)refresh; @end NS_ASSUME_NONNULL_END