Files
2023-01-17 03:16:52 -08:00

15 lines
373 B
Objective-C

//
// FLEXSystemLogViewController.h
// FLEX
//
// Created by Ryan Olson on 1/19/15.
// Copyright (c) 2020 FLEX Team. All rights reserved.
//
#import "Classes/Headers/FLEXFilteringTableViewController.h"
#import "Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h"
@interface FLEXSystemLogViewController : FLEXFilteringTableViewController <FLEXGlobalsEntry>
@end