mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:55 -04:00
15 lines
306 B
Objective-C
15 lines
306 B
Objective-C
//
|
|
// FLEXObjcRuntimeViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner on 3/23/17.
|
|
// Copyright © 2017 Tanner Bennett. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXTableViewController.h"
|
|
#import "FLEXGlobalsEntry.h"
|
|
|
|
@interface FLEXObjcRuntimeViewController : FLEXTableViewController <FLEXGlobalsEntry>
|
|
|
|
@end
|