17 lines
213 B
Objective-C
17 lines
213 B
Objective-C
//
|
|
// 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
|