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