// // PersonalVC.h // JSJPCoach // // Created by apple on 2017/3/20. // Copyright © 2017年 Danson. All rights reserved. // #import <UIKit/UIKit.h> @interface PersonalVC : UIViewController -(instancetype)initWithScrFrame:(CGRect)frame; @end