No Description

FKCategoryGuideController.h 386B

123456789101112131415161718
  1. //
  2. // FKBrandGuideController.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/4/27.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import "FLViewController.h"
  9. #import "FKPreferResController.h"
  10. @interface FKCategoryGuideController : FLViewController
  11. - (instancetype)initWithInfoItem:(FKPreferinfoItem *)infoItem
  12. finish:(preferFinish)finish;
  13. @end