-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrTracker-Bridging-Header.h
44 lines (40 loc) · 1.76 KB
/
rTracker-Bridging-Header.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
// -----------------------------------------------------------------------------
// Begin Swiftify generated imports
// NOTE:
// 1. All imports from your original Objective-C project are automatically added to this section,
// to make these modules available to all your Swift files.
// 2. If any `import` directive from this section fails to compile, comment it out.
// 3. Put your custom `#import` directives outside of this section to avoid them being overwritten.
// 4. To use your Objective-C code from Swift:
// • Add `import MyObjcClass` to your .swift file(s) depending on the Objective-C code;
// • Ensure that `#import MyObjcClass.h` is present in `rTracker-Bridging-Header.h`.
// 5. To use your Swift code from Objective-C:
// • Add `@class MySwiftClass` to your .h files that depend on the Swift code;
// • No need to import the Swift Bridging Header (`rTracker-Swift.h`), since it's already being imported from the .pch file.
#import "../dbg-defs.h"
#import "GSTouchesShowingWindow.h"
#import "adSupport.h"
#import "dbg-defs.h"
#import "rt_IAPHelper.h"
#import <AddressBook/AddressBook.h>
#import <AudioToolbox/AudioToolbox.h>
#import <Contacts/Contacts.h>
#import <CoreText/CTTypesetter.h>
#import <Crashlytics/Crashlytics.h>
#import <Fabric/Fabric.h>
#import <Foundation/Foundation.h>
#import <MessageUI/MessageUI.h>
#import <QuartzCore/QuartzCore.h>
#import <UIKIt/UIKit.h>
#import <UIKit/UIKit.h>
#import <UserNotifications/UserNotifications.h>
#import <objc/message.h>
#import <objc/runtime.h>
#import <sqlite3.h>
#import <stdatomic.h>
#import <string.h>
// End Swiftify generated imports
// -----------------------------------------------------------------------------