JXFileViewController.h 358 B

1234567891011121314151617181920
  1. //
  2. // JXFileViewController.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 17/7/4.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. typedef NS_OPTIONS(NSInteger, JSFileVCType) {
  10. JSFileVCTypeGroup = 1 << 0,
  11. };
  12. @interface JXFileViewController : JXTableViewController
  13. @property (nonatomic,strong) roomData * room;
  14. @end