mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-31 21:04:13 -04:00
added files via upload
This commit is contained in:
16
Tweaks/FLEX/Utility/Categories/UIPasteboard+FLEX.h
Normal file
16
Tweaks/FLEX/Utility/Categories/UIPasteboard+FLEX.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// UIPasteboard+FLEX.h
|
||||
// FLEX
|
||||
//
|
||||
// Created by Tanner Bennett on 12/9/19.
|
||||
// Copyright © 2020 FLEX Team. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface UIPasteboard (FLEX)
|
||||
|
||||
/// For copying an object which could be a string, data, or number
|
||||
- (void)flex_copy:(id)unknownType;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user