ElePictureVC.h 266 B

123456789101112131415
  1. //
  2. // ElePictureVC.h
  3. // JSJPCoach
  4. //
  5. // Created by EchoShacolee on 2018/1/31.
  6. // Copyright © 2018年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ElePictureVC : UIViewController
  10. @property(nonatomic,retain)NSMutableArray *dataArr;
  11. @end