No Description

FKSexGuideController.h 429B

1234567891011121314151617181920
  1. //
  2. // FKBookGuideController.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/25.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKAgeGuideController.h"
  10. @interface FKSexGuideController : UIViewController
  11. - (instancetype)initWithInfoItem:(FKPreferinfoItem *)infoItem
  12. finish:(preferFinish)finish
  13. cancel:(preferCancel)cancel;
  14. @end