update
This commit is contained in:
16
Pods/CocoaDebug/Sources/Sandbox/_ImageController.h
generated
Normal file
16
Pods/CocoaDebug/Sources/Sandbox/_ImageController.h
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// _ImageController.h
|
||||
// Example_Objc
|
||||
//
|
||||
// Created by man 7/25/19.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "_FileInfo.h"
|
||||
|
||||
@interface _ImageController : UIViewController
|
||||
|
||||
- (instancetype)initWithImage:(UIImage *)image fileInfo:(_FileInfo *)fileInfo;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user