- //
- // JXChatLogVC.h
- // shiku_im
- //
- // Created by p on 2018/7/5.
- // Copyright © 2018年 Reese. All rights reserved.
- //
- #import "JXTableViewController.h"
- @interface JXChatLogVC : JXTableViewController
- @property (nonatomic, strong) NSMutableArray *array;
- @end
|