mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-11-02 04:23:50 -05:00
added files via upload
This commit is contained in:
16
Tweaks/FLEX/Editing/FLEXMethodCallingViewController.h
Normal file
16
Tweaks/FLEX/Editing/FLEXMethodCallingViewController.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// FLEXMethodCallingViewController.h
|
||||
// Flipboard
|
||||
//
|
||||
// Created by Ryan Olson on 5/23/14.
|
||||
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
||||
//
|
||||
|
||||
#import "FLEXVariableEditorViewController.h"
|
||||
#import "FLEXMethod.h"
|
||||
|
||||
@interface FLEXMethodCallingViewController : FLEXVariableEditorViewController
|
||||
|
||||
+ (instancetype)target:(id)target method:(FLEXMethod *)method;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user