17 lines
270 B
Objective-C
17 lines
270 B
Objective-C
//
|
|
// TLLaunchManager+UserData.h
|
|
// TLChat
|
|
//
|
|
// Created by 李伯坤 on 2017/9/19.
|
|
// Copyright © 2017年 李伯坤. All rights reserved.
|
|
//
|
|
|
|
#import "TLLaunchManager.h"
|
|
|
|
@interface TLLaunchManager (UserData)
|
|
|
|
/// 初始化用户信息
|
|
- (void)initUserData;
|
|
|
|
@end
|