mirror of
https://github.com/caoer/analytics-ios-integration-firebase.git
synced 2026-01-12 22:44:00 +08:00
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
// The contents of this file are implicitly included at the beginning of every test case source file.
|
|
|
|
#ifdef __OBJC__
|
|
|
|
#import <Specta/Specta.h>
|
|
#import <Expecta/Expecta.h>
|
|
#import <OCMockito/OCMockito.h>
|
|
#import <Analytics/SEGAnalytics.h>
|
|
#import <Segment-Firebase/SEGFirebaseIntegrationFactory.h>
|
|
#import <Segment-Firebase/SEGFirebaseIntegration.h>
|
|
#import <Firebase/Firebase.h>
|
|
|
|
#endif
|