mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-03 12:59:26 -05:00
15 lines
312 B
Objective-C
15 lines
312 B
Objective-C
//
|
|
// FLEXKeychainViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by ray on 2019/8/17.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXGlobalsEntry.h"
|
|
#import "FLEXFilteringTableViewController.h"
|
|
|
|
@interface FLEXKeychainViewController : FLEXFilteringTableViewController <FLEXGlobalsEntry>
|
|
|
|
@end
|