ZZPhotoPickerViewController.h 620 Bytes
//
//  ZZPhotoPickerViewController.h
//  ZZFramework
//
//  Created by Yuan on 15/7/7.
//  Copyright (c) 2015年 zzl. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "ZZResourceConfig.h"


@interface ZZPhotoPickerViewController : UIViewController


@property(strong,nonatomic) void (^PhotoResult)(id responseObject);

@property (assign,nonatomic) NSInteger       selectNum;
@property (assign,nonatomic) BOOL            isAlubSeclect;
@property (strong,nonatomic) PHFetchResult   *fetch;
@property (strong,nonatomic) UIColor         *roundColor;
@property (strong, nonatomic) NSMutableArray *selectArray;


@end