SDPhotoGroup.h 392 B

123456789101112131415161718
  1. //
  2. // SDPhotoGroup.h
  3. // SDPhotoBrowser
  4. //
  5. // Created by aier on 15-2-4.
  6. // Copyright (c) 2015年 GSD. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SDPhotoGroup : UIView
  10. @property (nonatomic, strong) NSArray *photoItemArray;
  11. @end
  12. // 版权属于原作者
  13. // http://code4app.com (cn) http://code4app.net (en)
  14. // 发布代码于最专业的源码分享网站: Code4App.com