We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b4bc3 commit 9420398Copy full SHA for 9420398
QiniuSDK/Http/ServerRegion/QNUploadDomainRegion.m
@@ -42,7 +42,6 @@ - (instancetype)initWithGroupType:(NSString *)groupType
42
@end
43
44
@interface QNUploadServerDomain: NSObject
45
-@property(atomic , assign)BOOL isAllFrozen;
46
@property(nonatomic, copy)NSString *host;
47
@property(nonatomic, strong)NSArray <QNUploadIpGroup *> *ipGroupList;
48
@@ -51,7 +50,6 @@ @implementation QNUploadServerDomain
51
50
+ (QNUploadServerDomain *)domain:(NSString *)host{
52
QNUploadServerDomain *domain = [[QNUploadServerDomain alloc] init];
53
domain.host = host;
54
- domain.isAllFrozen = false;
55
return domain;
56
}
57
0 commit comments