JXSquareViewController.h 282 B

1234567891011121314151617
  1. //
  2. // JXSquareViewController.h
  3. // shiku_im
  4. //
  5. // Created by 1 on 2018/11/7.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. @interface JXSquareViewController : admobViewController
  10. // 新消息红点提示
  11. - (void)showNewMsgNoti;
  12. @end