Няма описание

FKCirAllCommentController.h 292B

123456789101112131415
  1. //
  2. // FKCirAllCommentController.h
  3. // FirstLink
  4. //
  5. // Created by jack on 16/6/16.
  6. // Copyright © 2016年 FirstLink. All rights reserved.
  7. //
  8. #import "FLViewController.h"
  9. @interface FKCirAllCommentController : FLViewController
  10. - (instancetype)initWithCircleID:(NSString *)circleID;
  11. @end