13 lines
164 B
Objective-C
13 lines
164 B
Objective-C
//
|
|
// DDLoginAccountModel.m
|
|
// DingDangApp
|
|
//
|
|
// Created by 触海 on 2023/12/12.
|
|
//
|
|
|
|
#import "DDLoginAccountModel.h"
|
|
|
|
@implementation DDLoginAccountModel
|
|
|
|
@end
|