19 lines
359 B
Objective-C
19 lines
359 B
Objective-C
//
|
|
// TLMenuViewController.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 16/2/6.
|
|
// Copyright © 2016年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
#import "TLMenuCell.h"
|
|
|
|
@interface TLMenuViewController : UITableViewController
|
|
|
|
@property (nonatomic, strong) NSMutableArray *data;
|
|
|
|
@property (nonatomic, strong) NSString *analyzeTitle;
|
|
|
|
@end
|