Brak opisu

FKCirclePublicController.h 288B

12345678910111213141516
  1. //
  2. // FKPublicProductController.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 16/6/8.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import "FLViewController.h"
  9. @interface FKCirclePublicController : FLViewController
  10. - (instancetype)initWithItemID:(NSString *)itemID;
  11. @end