Keine Beschreibung

FKGroupDetailController.h 333B

1234567891011121314151617
  1. //
  2. // PintuanDetailController.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/9/29.
  6. // Copyright © 2015年 FirstLink. All rights reserved.
  7. //
  8. #import "FLViewController.h"
  9. @interface FKGroupDetailController : FLViewController
  10. @property (nonatomic, strong) NSString *postID;
  11. @property (nonatomic, strong) NSString *userID;
  12. @end