- //
- // ElePictureVC.h
- // JSJPCoach
- //
- // Created by EchoShacolee on 2018/1/31.
- // Copyright © 2018年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ElePictureVC : UIViewController
- @property(nonatomic,retain)NSMutableArray *dataArr;
- @end
|