|
@@ -303,6 +303,8 @@
|
|
|
make.height.mas_equalTo(40);
|
|
make.height.mas_equalTo(40);
|
|
|
}];
|
|
}];
|
|
|
|
|
|
|
|
|
|
+ BackupsEyeBut.hidden = YES;
|
|
|
|
|
+
|
|
|
imageBackupsBgView = [[UIView alloc] init];
|
|
imageBackupsBgView = [[UIView alloc] init];
|
|
|
imageBackupsBgView.backgroundColor = [UIColor hwColor:@"#F9F9F9" alpha:1.0];
|
|
imageBackupsBgView.backgroundColor = [UIColor hwColor:@"#F9F9F9" alpha:1.0];
|
|
|
imageBackupsBgView.layer.cornerRadius = 8;
|
|
imageBackupsBgView.layer.cornerRadius = 8;
|