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