Files
main/Tweaks/FLEX/Utility/Categories/UIPasteboard+FLEX.h
2023-06-27 09:54:41 +02:00

17 lines
304 B
Objective-C

//
// 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