550c9c1120
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.
18 lines
314 B
Objective-C
18 lines
314 B
Objective-C
//
|
|
// CommitListViewController.h
|
|
// FLEXample
|
|
//
|
|
// Created by Tanner on 3/11/20.
|
|
// Copyright © 2020 Flipboard. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXFilteringTableViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface CommitListViewController : FLEXFilteringTableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|