mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
14 lines
225 B
Objective-C
14 lines
225 B
Objective-C
//
|
|
// FLEXUIAppShortcuts.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner on 5/25/20.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXShortcutsSection.h"
|
|
|
|
@interface FLEXUIAppShortcuts : FLEXShortcutsSection
|
|
|
|
@end
|