1234567891011121314151617181920 |
- //
- // FKBookGuideController.h
- // FirstLink
- //
- // Created by jack on 16/4/25.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKAgeGuideController.h"
- @interface FKSexGuideController : UIViewController
- - (instancetype)initWithInfoItem:(FKPreferinfoItem *)infoItem
- finish:(preferFinish)finish
- cancel:(preferCancel)cancel;
- @end
|