admin
2017-12-19 aeffab067446a1bd9d0f4d968e48d15b1354a9af
commit | author | age
6e1425 1 //
H 2 //  WASDKCrashLogTV.h
3 //  WASDKUI
4 //
5 //  Created by wuyx on 15/9/1.
6 //  Copyright (c) 2015年 GHW-T-01. All rights reserved.
7 //
8
9 #import <UIKit/UIKit.h>
10
11 @interface WASdkCrashLogTV : UITableView
12 -(void)loadLogList;
13 @end