mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-30 12:23:58 -04:00
15 lines
321 B
Objective-C
15 lines
321 B
Objective-C
//
|
|
// FLEXCookiesViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by Rich Robinson on 19/10/2015.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXGlobalsEntry.h"
|
|
#import "FLEXFilteringTableViewController.h"
|
|
|
|
@interface FLEXCookiesViewController : FLEXFilteringTableViewController <FLEXGlobalsEntry>
|
|
|
|
@end
|