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