Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// WFTailoringViewController.h
|
||||
// WFPhotoPicker
|
||||
//
|
||||
// Created by 赚发2 on 16/9/2.
|
||||
// Copyright © 2016年 fengwang. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
typedef void(^WFTailoringViewControllerTailoredImageBlock)(UIImage *imgae);
|
||||
|
||||
@interface WFTailoringViewController : UIViewController
|
||||
|
||||
/** 传入的 id */
|
||||
@property (nonatomic, strong) id asset;
|
||||
|
||||
@property (nonatomic, copy) WFTailoringViewControllerTailoredImageBlock tailoredImage;
|
||||
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user