SDWeiXinPhotoContainerView.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // SDWeiXinPhotoContainerView.h
  3. // SDAutoLayout 测试 Demo
  4. //
  5. // Created by gsd on 15/12/23.
  6. // Copyright © 2015年 gsd. All rights reserved.
  7. //
  8. /*
  9. *********************************************************************************
  10. *
  11. * GSD_WeiXin
  12. *
  13. * QQ交流群: 362419100(2群) 459274049(1群已满)
  14. * Email : gsdios@126.com
  15. * GitHub: https://github.com/gsdios/GSD_WeiXin
  16. * 新浪微博:GSD_iOS
  17. *
  18. * 此“高仿微信”用到了很高效方便的自动布局库SDAutoLayout(一行代码搞定自动布局)
  19. * SDAutoLayout地址:https://github.com/gsdios/SDAutoLayout
  20. * SDAutoLayout视频教程:http://www.letv.com/ptv/vplay/24038772.html
  21. * SDAutoLayout用法示例:https://github.com/gsdios/SDAutoLayout/blob/master/README.md
  22. *
  23. *********************************************************************************
  24. */
  25. #import <UIKit/UIKit.h>
  26. #import "SDTimeLineCellModel.h"
  27. @interface SDWeiXinPhotoContainerView : UIView
  28. @property (nonatomic, strong) NSArray *picPathStringsArray;
  29. @property (nonatomic, strong) SDTimeLineCellModel *cellModel;
  30. @end