mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
15 lines
310 B
Objective-C
15 lines
310 B
Objective-C
//
|
|
// FLEXViewShortcuts.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner Bennett on 12/11/19.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXShortcutsSection.h"
|
|
|
|
/// Adds "Nearest View Controller" and "Preview Image" shortcuts to all views
|
|
@interface FLEXViewShortcuts : FLEXShortcutsSection
|
|
|
|
@end
|