cdts/xdts-ios 3/TreeHole/CYHResetCode/Home(首页)/Model/THBottleInfoModel.m

57 lines
1.3 KiB
Mathematica
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// THBottleInfoModel.m
// TreeHole
//
// Created by iOS on 2023/2/11.
// Copyright © 2023 CYH. All rights reserved.
//
#import "THBottleInfoModel.h"
@implementation THBottleInfoModel
- (UIImage *)TH_genderImg {
NSString *imgName = [NSString stringWithFormat:@"TH_%@_tag", [self.gender_str lowercaseString]];
return UIImageMake(imgName);
}
- (THBottleType)TH_bottleType {
return [THNetworkInterfaceService inquiryBottleType:self.bottle_type];
}
/*
letter_friend
secret
alone
feel_wronged
feel_irritable
tired
happy
qixi_activity
secret_heart
qixi_android
secret_self
anger
emo emo
emotion_daily
marry
open_relation
sad
adult_home
adult_emotion
adult_job
chat_for_you
pic_game_normal
voice_game_normal
text_game_secret
text_game_intro
voice_game_song
my_photo
bad_me
good_me
game_for_you
remove_single 便
my_room
*/
@end