Files
FLEX/Example/FLEXample/Supporting Files/FLEXample-Bridging-Header.h
Tanner Bennett 550c9c1120 Add new Swift Example project
The project is built with FLEXFilteringTableViewController and utilizes FLEXObjectExplorerFactory to demonstrate how to use them in your own projects. It also shows how to properly import use FLEX in Swift projects.
2020-03-24 14:53:32 -05:00

8 lines
190 B
Objective-C

//
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import <FLEX.h>
#import "MiscNetworkRequests.h"
#import "CommitListViewController.h"