forked from Provenance-Emu/Provenance
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ProvenanceTV-Bridging-Header.h
24 lines (20 loc) · 1.04 KB
/
ProvenanceTV-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
//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "PVLogViewController.h"
//#import "PVAltKitService.h"
// -----------------------------------------------------------------------------
// Begin Swiftify generated imports
// NOTE:
// 1. Put your custom `#import` directives outside of this section to avoid them being overwritten.
// 2. 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 `Provenance-Bridging-Header.h`.
// 3. To use your Swift code from Objective-C:
// • Add `@class MySwiftClass` to your .h files depending on the Swift code;
// • No need to import the Swift Bridging Header (Provenance-Swift.h), since it's already being imported fom the .pch file.
#import "MBProgressHUD.h"
#import "PVGLViewController.h"
#import "PVWebServer.h"
// End Swiftify generated imports
// -----------------------------------------------------------------------------