14 lines
189 B
Mathematica
14 lines
189 B
Mathematica
|
|
//
|
||
|
|
// ZXYBoxModel.m
|
||
|
|
// romantic
|
||
|
|
//
|
||
|
|
// Created by bj_szd on 2024/2/21.
|
||
|
|
// Copyright © 2024 romantic. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "ZXYBoxModel.h"
|
||
|
|
|
||
|
|
@implementation ZXYBoxModel
|
||
|
|
|
||
|
|
@end
|