14 lines
201 B
Mathematica
14 lines
201 B
Mathematica
|
|
//
|
||
|
|
// YYJYRelationModel.m
|
||
|
|
// YaYin
|
||
|
|
//
|
||
|
|
// Created by bj_szd on 2023/7/26.
|
||
|
|
// Copyright © 2023 YaYin. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "YYJYRelationModel.h"
|
||
|
|
|
||
|
|
@implementation YYJYRelationModel
|
||
|
|
|
||
|
|
@end
|