// // WPhotoViewController.h // photoDemo // // Created by wangxinxu on 2017/6/1. // Copyright © 2017年 wangxinxu. All rights reserved. // #import #import "myPhotoCell.h" #import "UIImage+fixOrientation.h" #import "WPMacros.h" #import "WPFunctionView.h" #import "NavView.h" @interface WPhotoViewController : UIViewController @property (assign, nonatomic) NSInteger selectPhotoOfMax;/**< 选择照片的最多张数 */ /** 回调方法 */ @property (nonatomic, copy) void(^selectPhotosBack)(NSMutableArray *photosArr); @end