HGPhWViewController.h 788 Bytes
//
//  HGPhWViewController.h
//  Cruiser
//  图片预览
//  Created by freecui on 15/7/24.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import "IBTUIViewController.h"

#define kimgsFiles   @"uploadImgsFiles"
@class HGPhotoWall;
@interface HGPhWViewController : IBTUIViewController
@property (strong, nonatomic)HGPhotoWall *photoWall;
@property (strong, nonatomic)NSString *url;
@property (strong, nonatomic) UIImage *img;
//@property (strong, nonatomic) NSMutableArray *phontosChooceMuArr;
//@property (strong, nonatomic) NSMutableArray *allImgsMuArr;//全部的照片的data数据
//@property (strong, nonatomic) NSMutableArray *allImgAssets;

+ (instancetype) shareInstance;

- (void)addOnePhoto: (UIImage *)img ;
- (void)addPhotosWithArrayImgs: (NSArray *)arr ;

@end