Skip to content

Commit 88056bf

Browse files
Merge pull request #1241 from QuickBlox/develop
QuickBlox-SDK 2.17.5
2 parents 1955194 + 11d1204 commit 88056bf

24 files changed

+84
-98
lines changed

Framework/Quickblox.framework/Headers/QBASession.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66
//
77

88
#import <Foundation/Foundation.h>
9-
#if __has_include("QBCEntity.h")
10-
#import "QBCEntity.h"
11-
#else
12-
#import <QBCEntity.h>
13-
#endif
9+
#import <Quickblox/QBCEntity.h>
1410

1511

1612
NS_ASSUME_NONNULL_BEGIN

Framework/Quickblox.framework/Headers/QBCBlob.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
//
77

88
#import <Foundation/Foundation.h>
9-
#if __has_include("QBCEntity.h")
10-
#import "QBCEntity.h"
11-
#import "QBContentEnums.h"
12-
#else
13-
#import <QBCEntity.h>
14-
#import <QBContentEnums.h>
15-
#endif
9+
#import <Quickblox/QBCEntity.h>
10+
#import <Quickblox/QBContentEnums.h>
1611

1712
@class QBCBlobObjectAccess;
1813

Framework/Quickblox.framework/Headers/QBCBlobObjectAccess.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,8 @@
55
// Copyright (c) 2017 QuickBlox. All rights reserved.
66
//
77
#import <Foundation/Foundation.h>
8-
#if __has_include("QBCEntity.h")
9-
#import "QBCEntity.h"
10-
#import "QBContentEnums.h"
11-
#else
12-
#import <QBCEntity.h>
13-
#import <QBContentEnums.h>
14-
#endif
8+
#import <Quickblox/QBCEntity.h>
9+
#import <Quickblox/QBContentEnums.h>
1510

1611
/**
1712
* QBCBlobObjectAccess class interface.

Framework/Quickblox.framework/Headers/QBCOPermissions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77

88
#import <Foundation/Foundation.h>
9-
#import "QBCustomObjectsEnums.h"
9+
#import <Quickblox/QBCustomObjectsEnums.h>
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

Framework/Quickblox.framework/Headers/QBChat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77

88
#import <Foundation/Foundation.h>
9-
#import "QBChatTypes.h"
9+
#import <Quickblox/QBChatTypes.h>
1010

1111
@protocol QBChatDelegate;
1212

Framework/Quickblox.framework/Headers/QBChatDelegate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN
3939
4040
@param error Error.
4141
*/
42-
- (void)chatDidDisconnectWithError:(NSError *)error;
42+
- (void)chatDidDisconnectWithError:(NSError * _Nullable)error;
4343

4444
/**
4545
Called whenever QBChat did accidentally disconnect.

Framework/Quickblox.framework/Headers/QBConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Created by QuickBlox team
55
// Copyright (c) 2017 QuickBlox. All rights reserved.
66

7-
#import "QBSettings.h"
7+
#import <Quickblox/QBSettings.h>
88

99
NS_ASSUME_NONNULL_BEGIN
1010

Framework/Quickblox.framework/Headers/QBMEvent.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77

88
#import <Foundation/Foundation.h>
9-
#import "QBCEntity.h"
10-
#import "QBPushNotificationsEnums.h"
9+
#import <Quickblox/QBCEntity.h>
10+
#import <Quickblox/QBPushNotificationsEnums.h>
1111

1212
NS_ASSUME_NONNULL_BEGIN
1313

Framework/Quickblox.framework/Headers/QBMPushMessage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright (c) 2017 QuickBlox. All rights reserved.
66
//
77

8-
#import "QBMPushMessageBase.h"
8+
#import <Quickblox/QBMPushMessageBase.h>
99

1010
NS_ASSUME_NONNULL_BEGIN
1111

Framework/Quickblox.framework/Headers/QBMPushToken.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright (c) 2017 QuickBlox. All rights reserved.
66
//
77
#import <Foundation/Foundation.h>
8-
#import "QBCEntity.h"
8+
#import <Quickblox/QBCEntity.h>
99

1010
NS_ASSUME_NONNULL_BEGIN
1111

0 commit comments

Comments
 (0)