123456789101112131415161718 |
- //
- // GWLPhotoGroupDetailController.h
- // GWLPhotoSelector
- //
- // Created by GaoWanli on 15/7/23.
- // Copyright (c) 2015年 GWL. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "GWLPhotoLibrayController.h"
- @interface GWLPhotoGroupDetailController : UICollectionViewController
- @property(nonatomic, assign) NSInteger maxCount;
- @property(nonatomic, strong) NSArray *photoALAssets;
- @property (nonatomic, copy) kGWLPhotoSelector_ArrayBlock block;
- @end
|