mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-06 04:50:22 +00:00
17 lines
296 B
Objective-C
17 lines
296 B
Objective-C
//
|
|
// FLEXBookmarksViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner on 2/6/20.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXTableViewController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface FLEXBookmarksViewController : FLEXTableViewController
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|