BViewController.h 274 B

123456789101112131415
  1. //
  2. // BViewController.h
  3. // MainProject
  4. //
  5. // Created by casa on 2016/12/10.
  6. // Copyright © 2016年 casa. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BViewController : UIViewController
  10. - (instancetype)initWithContentText:(NSString *)contentText;
  11. @end