File tree 3 files changed +0
-13
lines changed
FirebaseMessaging/Sources
3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 40
40
#import " FirebaseMessaging/Sources/FIRMessagingUtilities.h"
41
41
#import " FirebaseMessaging/Sources/FIRMessaging_Private.h"
42
42
#import " FirebaseMessaging/Sources/NSError+FIRMessaging.h"
43
- #if __has_include( \
44
- " FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h" )
45
43
#import " FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h"
46
- #endif // __has_include("FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h")
47
44
#import " FirebaseMessaging/Sources/Token/FIRMessagingAuthService.h"
48
45
#import " FirebaseMessaging/Sources/Token/FIRMessagingTokenInfo.h"
49
46
#import " FirebaseMessaging/Sources/Token/FIRMessagingTokenManager.h"
@@ -134,8 +131,6 @@ + (FIRMessaging *)messaging {
134
131
return (FIRMessaging *)instance;
135
132
}
136
133
137
- #if __has_include( \
138
- " FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h" )
139
134
+ (FIRMessagingExtensionHelper *)extensionHelper {
140
135
static dispatch_once_t once;
141
136
static FIRMessagingExtensionHelper *extensionHelper;
@@ -144,8 +139,6 @@ + (FIRMessagingExtensionHelper *)extensionHelper {
144
139
});
145
140
return extensionHelper;
146
141
}
147
- #endif // __has_include("FirebaseMessaging/Sources/Public/FirebaseMessaging/FIRMessagingExtensionHelper.h")
148
-
149
142
- (instancetype )initWithAnalytics : (nullable id <FIRAnalyticsInterop>)analytics
150
143
userDefaults : (GULUserDefaults *)defaults
151
144
heartbeatLogger : (FIRHeartbeatLogger *)heartbeatLogger {
Original file line number Diff line number Diff line change @@ -136,9 +136,7 @@ NS_SWIFT_NAME(MessagingMessageInfo)
136
136
@end
137
137
138
138
@class FIRMessaging;
139
- #if __has_include("FIRMessagingExtensionHelper.h")
140
139
@class FIRMessagingExtensionHelper;
141
- #endif // __has_include("FIRMessagingExtensionHelper.h")
142
140
143
141
/* *
144
142
* A protocol to handle token update or data message delivery from FCM.
@@ -186,7 +184,6 @@ NS_SWIFT_NAME(Messaging)
186
184
*/
187
185
+ (instancetype )messaging NS_SWIFT_NAME (messaging());
188
186
189
- #if __has_include("FIRMessagingExtensionHelper.h")
190
187
/* *
191
188
* Use the MessagingExtensionHelper to populate rich UI content for your notifications.
192
189
* For example, if an image URL is set in your notification payload or on the console,
@@ -197,7 +194,6 @@ NS_SWIFT_NAME(Messaging)
197
194
*/
198
195
+ (FIRMessagingExtensionHelper *)extensionHelper NS_SWIFT_NAME (serviceExtension())
199
196
NS_AVAILABLE(10.14 , 10.0 );
200
- #endif // __has_include("FIRMessagingExtensionHelper.h")
201
197
202
198
/* *
203
199
* Unavailable. Use +messaging instead.
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
#import " FIRMessaging.h"
18
- #if __has_include("FIRMessagingExtensionHelper.h")
19
18
#import " FIRMessagingExtensionHelper.h"
20
- #endif // __has_include("FIRMessagingExtensionHelper.h")
You can’t perform that action at this time.
0 commit comments