JXSetNoteAndLabelVC.h 395 B

123456789101112131415161718192021
  1. //
  2. // JXSetNoteAndLabelVC.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 2019/5/7.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXSetNoteAndLabelVC : admobViewController
  11. @property (nonatomic, strong) JXUserObject *user;
  12. @property(nonatomic,weak) id delegate;
  13. @property(assign) SEL didSelect;
  14. @end
  15. NS_ASSUME_NONNULL_END