1234567891011121314151617 |
- //
- // PintuanDetailController.h
- // FirstLink
- //
- // Created by ascii on 15/9/29.
- // Copyright © 2015年 FirstLink. All rights reserved.
- //
- #import "FLViewController.h"
- @interface FKGroupDetailController : FLViewController
- @property (nonatomic, strong) NSString *postID;
- @property (nonatomic, strong) NSString *userID;
- @end
|