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