mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-08 23:29:29 +00:00
15 lines
403 B
Objective-C
15 lines
403 B
Objective-C
//
|
|
// FLEXNetworkMITMViewController.h
|
|
// Flipboard
|
|
//
|
|
// Created by Ryan Olson on 2/8/15.
|
|
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXTableViewController.h"
|
|
#import "FLEXGlobalsEntry.h"
|
|
|
|
/// The main screen for the network observer, which displays a list of network transactions.
|
|
@interface FLEXNetworkMITMViewController : FLEXTableViewController <FLEXGlobalsEntry>
|
|
|
|
@end
|