mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:55 -04:00
15 lines
320 B
Objective-C
15 lines
320 B
Objective-C
//
|
|
// FLEXSystemLogViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by Ryan Olson on 1/19/15.
|
|
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXFilteringTableViewController.h"
|
|
#import "FLEXGlobalsEntry.h"
|
|
|
|
@interface FLEXSystemLogViewController : FLEXFilteringTableViewController <FLEXGlobalsEntry>
|
|
|
|
@end
|