JXSetLabelVC.h 482 B

1234567891011121314151617181920
  1. //
  2. // JXSetLabelVC.h
  3. // shiku_im
  4. //
  5. // Created by p on 2018/6/26.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. @interface JXSetLabelVC : admobViewController
  10. @property (nonatomic, strong) JXUserObject *user;
  11. @property (nonatomic, strong) NSMutableArray *array; // 已选择标签
  12. @property (nonatomic, strong) NSMutableArray *allArray; // 所有标签
  13. @property(nonatomic,weak) id delegate;
  14. @property(assign) SEL didSelect;
  15. @end