13 lines
180 B
Objective-C
13 lines
180 B
Objective-C
//
|
|
// ThirdUserInfo.m
|
|
// xplan-ios
|
|
//
|
|
// Created by 冯硕 on 2021/9/13.
|
|
//保存第三方请求的 用户信息
|
|
|
|
#import "ThirdUserInfo.h"
|
|
|
|
@implementation ThirdUserInfo
|
|
|
|
@end
|