Skip to content

Commit 4185d7b

Browse files
committed
Merge branch 'release/2.17.1'
2 parents 01e3eaf + b37f500 commit 4185d7b

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

Framework/Quickblox.framework/Headers/QBCOFile.h

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,29 @@ NS_ASSUME_NONNULL_BEGIN
1212
@interface QBCOFile : NSObject <NSCoding, NSCopying>
1313

1414
/**
15-
* File name.
15+
The name of the file .
1616
*/
1717
@property (nonatomic, copy, nullable) NSString *name;
1818

1919
/**
20-
* File content type.
20+
The content type of the file.
2121
*/
2222
@property (nonatomic, copy, nullable) NSString *contentType;
2323

2424
/**
25-
* File data.
25+
The data of the file.
2626
*/
2727
@property (nonatomic, strong, nullable) NSData *data;
2828

29+
/**
30+
The Local url of the file.
31+
*/
32+
@property (nonatomic, strong, nullable) NSURL *fileURL;
33+
2934
/**
30-
* Create file object.
31-
*
32-
* @return New instance of QBCOFile
35+
Create file object.
36+
37+
@return New instance of `QBCOFile`
3338
*/
3439
+ (instancetype)file;
3540

Framework/Quickblox.framework/Headers/Quickblox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
#import <Quickblox/QBUpdateUserParameters.h>
6060
#import <Quickblox/QBUUser.h>
6161

62-
/// Framework version 2.17
62+
/// Framework version 2.17.1
6363
FOUNDATION_EXPORT NSString * const QuickbloxFrameworkVersion;
0 Bytes
Binary file not shown.
32 KB
Binary file not shown.

0 commit comments

Comments
 (0)