mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-29 20:10:41 -04:00
13 lines
211 B
Objective-C
13 lines
211 B
Objective-C
//
|
|
// FLEXNetworkSettingsController.h
|
|
// FLEXInjected
|
|
//
|
|
// Created by Ryan Olson on 2/20/15.
|
|
//
|
|
|
|
#import "FLEXTableViewController.h"
|
|
|
|
@interface FLEXNetworkSettingsController : FLEXTableViewController
|
|
|
|
@end
|