DetailsLineViewController.h 496 B

1234567891011121314151617181920212223
  1. //
  2. // DetailsLineViewController.h
  3. // MarryU
  4. //
  5. // Created by 志刚杨 on 2017/6/26.
  6. // Copyright © 2017年 voidcat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //#import "YHWorkGroup.h"
  10. #import "MGGroupUserInfo.h"
  11. @interface DetailsLineViewController : UIViewController
  12. @property(nonatomic, strong) MGGroupUserInfo *model;
  13. @property(nonatomic, assign) NSInteger topic;
  14. @property(nonatomic, copy) void (^refreshData)(void);
  15. @property(nonatomic, strong) NSString *dynamic_id;
  16. @end