1234567891011121314151617 |
- //
- // JXTransferNoticeVC.h
- // shiku_im
- //
- // Created by 1 on 2019/3/8.
- // Copyright © 2019年 Reese. All rights reserved.
- //
- #import "JXTableViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JXTransferNoticeVC : JXTableViewController
- @end
- NS_ASSUME_NONNULL_END
|