- //
- // FKCirAllCommentController.h
- // FirstLink
- //
- // Created by jack on 16/6/16.
- // Copyright © 2016年 FirstLink. All rights reserved.
- //
- #import "FLViewController.h"
- @interface FKCirAllCommentController : FLViewController
- - (instancetype)initWithCircleID:(NSString *)circleID;
- @end
|