PersonalVC.h 250 B

123456789101112131415
  1. //
  2. // PersonalVC.h
  3. // JSJPCoach
  4. //
  5. // Created by apple on 2017/3/20.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PersonalVC : UIViewController
  10. -(instancetype)initWithScrFrame:(CGRect)frame;
  11. @end