mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 11:28:52 -04:00
14 lines
210 B
Objective-C
14 lines
210 B
Objective-C
//
|
|
// FLEXNSStringShortcuts.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner on 3/29/21.
|
|
//
|
|
|
|
#import "FLEXShortcutsSection.h"
|
|
|
|
/// Adds a "UTF-8 Data" shortcut
|
|
@interface FLEXNSStringShortcuts : FLEXShortcutsSection
|
|
|
|
@end
|