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.
8 lines
190 B
Objective-C
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"
|