16 lines
288 B
Objective-C
16 lines
288 B
Objective-C
//
|
|
// TLExpressionMoreViewController.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/7/18.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface TLExpressionMoreViewController : ZZFlexibleLayoutViewController
|
|
|
|
- (void)requestDataIfNeed;
|
|
|
|
@end
|