16 lines
280 B
Objective-C
16 lines
280 B
Objective-C
//
|
|
// TLExpressionChosenViewController.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 16/4/4.
|
|
// Copyright © 2016年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import "TLViewController.h"
|
|
|
|
@interface TLExpressionChosenViewController : TLViewController
|
|
|
|
- (void)requestDataIfNeed;
|
|
|
|
@end
|