Skip to content

Commit

Permalink
Importing headers inside PrivateHeaders folder by using a module base…
Browse files Browse the repository at this point in the history
… import.
  • Loading branch information
maratal committed Nov 8, 2023
1 parent a485790 commit 00133bd
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTAuth+Private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <Ably/ARTAuth.h>
#import <Ably/ARTEventEmitter.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import "ARTRetryDelayCalculator.h"
#import <Ably/ARTRetryDelayCalculator.h>

@protocol ARTJitterCoefficientGenerator;

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTChannelStateChangeMetadata.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import "ARTTypes.h"
#import <Ably/ARTTypes.h>

@class ARTErrorInfo;
@class ARTRetryAttempt;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTConnection+Private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Ably/ARTConnection.h>
#import <Ably/ARTEventEmitter.h>
#import <Ably/ARTTypes.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTHttp+Private.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "ARTHttp.h"
#import <Ably/ARTHttp.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTInternalLogCore+Testing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import "ARTInternalLog.h"
#import <Ably/ARTInternalLog.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTLogAdapter+Testing.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import "ARTLogAdapter.h"
#import <Ably/ARTLogAdapter.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTLogAdapter.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import Foundation;

#import "ARTVersion2Log.h"
#import <Ably/ARTVersion2Log.h>

@class ARTLog;

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPaginatedResult+Subclass.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import "ARTPaginatedResult.h"
#import <Ably/ARTPaginatedResult.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPresenceMap.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Foundation/Foundation.h>
#import "ARTTypes.h"
#import <Ably/ARTTypes.h>

@class ARTPresenceMap;
@class ARTPresenceMessage;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPush+Private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <Ably/ARTPush.h>
#import <Ably/ARTPushAdmin+Private.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTPushActivationStateMachine;
@class ARTRestInternal;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPushAdmin+Private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Ably/ARTPushAdmin.h>
#import <Ably/ARTPushDeviceRegistrations+Private.h>
#import <Ably/ARTPushChannelSubscriptions+Private.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTRestInternal;

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTPushChannel+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTPushChannel.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTPushChannelSubscriptions.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTPushDeviceRegistrations.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTRestInternal;
@class ARTInternalLog;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRealtimeChannels+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#import <Ably/ARTRealtimeChannels.h>
#import <Ably/ARTRealtime+Private.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

@class ARTRealtimeChannelInternal;

Expand Down
4 changes: 2 additions & 2 deletions Source/PrivateHeaders/Ably/ARTRest+Private.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <Ably/ARTRest.h>
#import <Ably/ARTHttp.h>
#import "ARTRestChannels+Private.h"
#import "ARTPush+Private.h"
#import <Ably/ARTRestChannels+Private.h>
#import <Ably/ARTPush+Private.h>

@protocol ARTEncoder;
@protocol ARTHTTPExecutor;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRestChannel+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#import <Ably/ARTRestChannel.h>
#import <Ably/ARTRestPresence+Private.h>
#import <Ably/ARTPushChannel+Private.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
4 changes: 2 additions & 2 deletions Source/PrivateHeaders/Ably/ARTRestChannels+Private.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <Ably/ARTRestChannels.h>
#import "ARTQueuedDealloc.h"
#import "ARTRestChannel+Private.h"
#import <Ably/ARTQueuedDealloc.h>
#import <Ably/ARTRestChannel+Private.h>

@class ARTRestChannel;
@class ARTRestInternal;
Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTRestPresence+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import <Ably/ARTRestPresence.h>
#import "ARTQueuedDealloc.h"
#import <Ably/ARTQueuedDealloc.h>

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Source/PrivateHeaders/Ably/ARTTypes+Private.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import Foundation;
#import "ARTTypes.h"
#import <Ably/ARTTypes.h>

@class ARTRetryAttempt;
@class ARTInternalLog;
Expand Down

0 comments on commit 00133bd

Please sign in to comment.