// // MaskResultCandView.m // GIGA // // Created by lianxiang on 2018/9/20. // Copyright © 2018年 com.giga.ios. All rights reserved. // #import "MaskResultCandView.h" @implementation MaskResultCandView - (instancetype)initWith:(NSArray *)images{ self = [super init]; if (self) { self.imagesArr = images; [self creatSubs]; } return self; } -(void)creatSubs{ for (NSInteger i=0; i