123456789101112131415161718 |
- //
- // FKBrandGuideController.h
- // FirstLink
- //
- // Created by jack on 16/4/27.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import "FLViewController.h"
- #import "FKPreferResController.h"
- @interface FKCategoryGuideController : FLViewController
- - (instancetype)initWithInfoItem:(FKPreferinfoItem *)infoItem
- finish:(preferFinish)finish;
- @end
|