16 lines
289 B
Objective-C
16 lines
289 B
Objective-C
//
|
|
// TLAccountViewController.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/1/6.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import "TLViewController.h"
|
|
|
|
@interface TLAccountViewController : TLViewController
|
|
|
|
@property (nonatomic, copy) void (^loginSuccess)();
|
|
|
|
@end
|