add .gitignore
This commit is contained in:
14
msext/QiniuSDK/Storage/QNUploadOption+Private.h
Executable file
14
msext/QiniuSDK/Storage/QNUploadOption+Private.h
Executable file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// QNUploadOption+Private.h
|
||||
// QiniuSDK
|
||||
//
|
||||
// Created by bailong on 14/10/5.
|
||||
// Copyright (c) 2014年 Qiniu. All rights reserved.
|
||||
//
|
||||
|
||||
#import "QNUploadOption.h"
|
||||
|
||||
@interface QNUploadOption (Private)
|
||||
|
||||
@property (nonatomic, getter=priv_isCancelled, readonly) BOOL cancelled;
|
||||
@end
|
||||
Reference in New Issue
Block a user