17 lines
213 B
Mathematica
17 lines
213 B
Mathematica
|
|
//
|
||
|
|
// HomeBottleInfo.m
|
||
|
|
// TreeHole
|
||
|
|
//
|
||
|
|
// Created by mambaxie on 2022/4/29.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import "HomeBottleInfo.h"
|
||
|
|
|
||
|
|
@implementation HomeBottleInfo
|
||
|
|
|
||
|
|
- (int)cabinet_list_num {
|
||
|
|
return _cabinet_list_num ?: 100;
|
||
|
|
}
|
||
|
|
|
||
|
|
@end
|