mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-09 07:40:20 +00:00
12 lines
211 B
Objective-C
12 lines
211 B
Objective-C
//
|
|
// FLEXNetworkSettingsController.h
|
|
// FLEXInjected
|
|
//
|
|
// Created by Ryan Olson on 2/20/15.
|
|
//
|
|
|
|
#import "FLEXTableViewController.h"
|
|
|
|
@interface FLEXNetworkSettingsController : FLEXTableViewController
|
|
|
|
@end
|