File tree Expand file tree Collapse file tree 4 files changed +12
-7
lines changed
Framework/Quickblox.framework Expand file tree Collapse file tree 4 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,29 @@ NS_ASSUME_NONNULL_BEGIN
12
12
@interface QBCOFile : NSObject <NSCoding , NSCopying >
13
13
14
14
/* *
15
- * File name .
15
+ The name of the file .
16
16
*/
17
17
@property (nonatomic , copy , nullable ) NSString *name;
18
18
19
19
/* *
20
- * File content type.
20
+ The content type of the file .
21
21
*/
22
22
@property (nonatomic , copy , nullable ) NSString *contentType;
23
23
24
24
/* *
25
- * File data .
25
+ The data of the file .
26
26
*/
27
27
@property (nonatomic , strong , nullable ) NSData *data;
28
28
29
+ /* *
30
+ The Local url of the file.
31
+ */
32
+ @property (nonatomic , strong , nullable ) NSURL *fileURL;
33
+
29
34
/* *
30
- * Create file object.
31
- *
32
- * @return New instance of QBCOFile
35
+ Create file object.
36
+
37
+ @return New instance of ` QBCOFile`
33
38
*/
34
39
+ (instancetype )file ;
35
40
Original file line number Diff line number Diff line change 59
59
#import < Quickblox/QBUpdateUserParameters.h>
60
60
#import < Quickblox/QBUUser.h>
61
61
62
- // / Framework version 2.17
62
+ // / Framework version 2.17.1
63
63
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
You can’t perform that action at this time.
0 commit comments