SocietyDetailVC.h 479 B

123456789101112131415161718
  1. //
  2. // SocietyDetailVC.h
  3. // BuguLive
  4. //
  5. // Created by 杨仁伟 on 2017/8/21.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. @interface SocietyDetailVC : BGBaseViewController
  10. @property (nonatomic, assign) int mySocietyID; //公会ID
  11. @property (nonatomic, assign) int type; //公会类型
  12. @property (nonatomic, assign) int mygh_status;// 公会审核状态
  13. @property (nonatomic, copy) NSString *flagStr;//从哪个界面跳转
  14. @end