File tree Expand file tree Collapse file tree 8 files changed +41
-0
lines changed Expand file tree Collapse file tree 8 files changed +41
-0
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #ifndef FIREBASECORE_FIRAPPINTERNAL_H
18
+ #define FIREBASECORE_FIRAPPINTERNAL_H
19
+
17
20
#import < FirebaseCore/FIRApp.h>
18
21
19
22
@class FIRComponentContainer;
@@ -175,3 +178,5 @@ extern NSString *const FIRAuthStateDidChangeInternalNotificationUIDKey;
175
178
@end
176
179
177
180
NS_ASSUME_NONNULL_END
181
+
182
+ #endif // FIREBASECORE_FIRAPPINTERNAL_H
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #ifndef FIREBASECORE_FIRCOMPONENT_H
18
+ #define FIREBASECORE_FIRCOMPONENT_H
19
+
17
20
#import < Foundation/Foundation.h>
18
21
19
22
@class FIRApp;
@@ -82,3 +85,5 @@ NS_SWIFT_NAME(init(_:instantiationTiming:creationBlock:));
82
85
@end
83
86
84
87
NS_ASSUME_NONNULL_END
88
+
89
+ #endif // FIREBASECORE_FIRCOMPONENT_H
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
+
17
+ #ifndef FIREBASECORE_FIRCOMPONENTCONTAINER_H
18
+ #define FIREBASECORE_FIRCOMPONENTCONTAINER_H
19
+
16
20
#import < Foundation/Foundation.h>
17
21
18
22
NS_ASSUME_NONNULL_BEGIN
@@ -43,3 +47,5 @@ NS_SWIFT_NAME(FirebaseComponentContainer)
43
47
@end
44
48
45
49
NS_ASSUME_NONNULL_END
50
+
51
+ #endif // FIREBASECORE_FIRCOMPONENTCONTAINER_H
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #ifndef FIREBASECORE_FIRCOMPONENTTYPE_H
18
+ #define FIREBASECORE_FIRCOMPONENTTYPE_H
19
+
17
20
#import < Foundation/Foundation.h>
18
21
19
22
@class FIRComponentContainer;
@@ -33,3 +36,5 @@ NS_SWIFT_NAME(ComponentType)
33
36
@end
34
37
35
38
NS_ASSUME_NONNULL_END
39
+
40
+ #endif // FIREBASECORE_FIRCOMPONENTTYPE_H
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ #ifndef FIREBASECORE_FIRHEARTBEATLOGGER_H
16
+ #define FIREBASECORE_FIRHEARTBEATLOGGER_H
17
+
15
18
#import < Foundation/Foundation.h>
16
19
17
20
NS_ASSUME_NONNULL_BEGIN
@@ -102,3 +105,5 @@ NSString *_Nullable FIRHeaderValueFromHeartbeatsPayload(FIRHeartbeatsPayload *he
102
105
@end
103
106
104
107
NS_ASSUME_NONNULL_END
108
+
109
+ #endif // FIREBASECORE_FIRHEARTBEATLOGGER_H
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #ifndef FIREBASECORE_FIRLIBRARY_H
18
+ #define FIREBASECORE_FIRLIBRARY_H
19
+
17
20
#ifndef FIRLibrary_h
18
21
#define FIRLibrary_h
19
22
@@ -37,3 +40,5 @@ NS_SWIFT_NAME(Library)
37
40
NS_ASSUME_NONNULL_END
38
41
39
42
#endif /* FIRLibrary_h */
43
+
44
+ #endif // FIREBASECORE_FIRLIBRARY_H
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
+ #ifndef FIREBASECORE_FIRLOGGER_H
18
+ #define FIREBASECORE_FIRLOGGER_H
19
+
17
20
#import < Foundation/Foundation.h>
18
21
19
22
typedef NS_ENUM (NSInteger , FIRLoggerLevel);
@@ -191,3 +194,5 @@ NS_SWIFT_NAME(FirebaseLogger)
191
194
@end
192
195
193
196
NS_ASSUME_NONNULL_END
197
+
198
+ #endif // FIREBASECORE_FIRLOGGER_H
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ #ifndef FIREBASECORE_FIREBASECOREINTERNAL_H
16
+ #define FIREBASECORE_FIREBASECOREINTERNAL_H
17
+
15
18
@import FirebaseCore;
16
19
17
20
#import " FIRAppInternal.h"
21
24
#import " FIRHeartbeatLogger.h"
22
25
#import " FIRLibrary.h"
23
26
#import " FIRLogger.h"
27
+
28
+ #endif // FIREBASECORE_FIREBASECOREINTERNAL_H
You can’t perform that action at this time.
0 commit comments