mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 13:23:37 -04: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
|