MessageViewController.h 384 Bytes
Newer Older
曹云霄's avatar
曹云霄 committed
1 2 3 4 5 6 7 8
//
//  MessageViewController.h
//  Lighting
//
//  Created by 曹云霄 on 2017/2/16.
//  Copyright © 2017年 上海勾芒科技有限公司. All rights reserved.
//

9
#import "BasePullTableViewController.h"
曹云霄's avatar
曹云霄 committed
10

11
@interface MessageViewController : BasePullTableViewController
曹云霄's avatar
曹云霄 committed
12 13 14 15 16 17 18 19 20


/**
 时间排列<正序、逆序>
 */
@property (weak, nonatomic) IBOutlet UIButton *timeOrderButton;


@end