Files
YTLitePlus/Tweaks/FLEX/GlobalStateExplorers/SystemLog/FLEXSystemLogViewController.h
2023-06-27 09:54:41 +02:00

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