mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-01 05:13:39 -04:00
added files via upload
This commit is contained in:
29
Tweaks/FLEX/Utility/Categories/FLEXRuntime+Compare.h
Normal file
29
Tweaks/FLEX/Utility/Categories/FLEXRuntime+Compare.h
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// FLEXRuntime+Compare.h
|
||||
// FLEX
|
||||
//
|
||||
// Created by Tanner Bennett on 8/28/19.
|
||||
// Copyright © 2020 FLEX Team. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "FLEXProperty.h"
|
||||
#import "FLEXIvar.h"
|
||||
#import "FLEXMethodBase.h"
|
||||
#import "FLEXProtocol.h"
|
||||
|
||||
@interface FLEXProperty (Compare)
|
||||
- (NSComparisonResult)compare:(FLEXProperty *)other;
|
||||
@end
|
||||
|
||||
@interface FLEXIvar (Compare)
|
||||
- (NSComparisonResult)compare:(FLEXIvar *)other;
|
||||
@end
|
||||
|
||||
@interface FLEXMethodBase (Compare)
|
||||
- (NSComparisonResult)compare:(FLEXMethodBase *)other;
|
||||
@end
|
||||
|
||||
@interface FLEXProtocol (Compare)
|
||||
- (NSComparisonResult)compare:(FLEXProtocol *)other;
|
||||
@end
|
||||
Reference in New Issue
Block a user