优化打印信息
This commit is contained in:
@@ -208,6 +208,7 @@
|
||||
234D821E2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = 234D821D2AEC57CF0022EFEB /* YYTextAsyncLayer+PITextAsyncLayer.m */; };
|
||||
235A451A2B04A352009753F5 /* PIRoomActivityWebView.m in Sources */ = {isa = PBXBuildFile; fileRef = 235A45192B04A352009753F5 /* PIRoomActivityWebView.m */; };
|
||||
235A451D2B04A452009753F5 /* PIRoomActivityWebCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 235A451C2B04A452009753F5 /* PIRoomActivityWebCell.m */; };
|
||||
235A45232B04BEB6009753F5 /* PIBaseModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 235A45222B04BEB6009753F5 /* PIBaseModel.m */; };
|
||||
236896A02AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2368969F2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m */; };
|
||||
2369F9912A89CE0E00563B48 /* PIUserSexView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2369F9902A89CE0E00563B48 /* PIUserSexView.m */; };
|
||||
2369F9932A8B21EB00563B48 /* pi_treasure_fairy_gift_bg.svga in Resources */ = {isa = PBXBuildFile; fileRef = 2369F9922A8B21EA00563B48 /* pi_treasure_fairy_gift_bg.svga */; };
|
||||
@@ -1876,6 +1877,8 @@
|
||||
235A45192B04A352009753F5 /* PIRoomActivityWebView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityWebView.m; sourceTree = "<group>"; };
|
||||
235A451B2B04A452009753F5 /* PIRoomActivityWebCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomActivityWebCell.h; sourceTree = "<group>"; };
|
||||
235A451C2B04A452009753F5 /* PIRoomActivityWebCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomActivityWebCell.m; sourceTree = "<group>"; };
|
||||
235A45212B04BEB6009753F5 /* PIBaseModel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIBaseModel.h; sourceTree = "<group>"; };
|
||||
235A45222B04BEB6009753F5 /* PIBaseModel.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIBaseModel.m; sourceTree = "<group>"; };
|
||||
2368969E2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIRoomGiftBroadcastWindow.h; sourceTree = "<group>"; };
|
||||
2368969F2AE6720600EED5F2 /* PIRoomGiftBroadcastWindow.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PIRoomGiftBroadcastWindow.m; sourceTree = "<group>"; };
|
||||
2369F98F2A89CE0E00563B48 /* PIUserSexView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PIUserSexView.h; sourceTree = "<group>"; };
|
||||
@@ -4642,6 +4645,8 @@
|
||||
14D8767B29A7445C00E1DD7F /* NSObject+AutoCoding.m */,
|
||||
187EEEDA26E89B32002833B2 /* BaseModel.h */,
|
||||
187EEEDB26E89B32002833B2 /* BaseModel.m */,
|
||||
235A45212B04BEB6009753F5 /* PIBaseModel.h */,
|
||||
235A45222B04BEB6009753F5 /* PIBaseModel.m */,
|
||||
187EEEDF26E89BFB002833B2 /* AccountModel.h */,
|
||||
187EEEE026E89BFB002833B2 /* AccountModel.m */,
|
||||
187EEEEF26E89FE8002833B2 /* AccountInfoStorage.h */,
|
||||
@@ -11373,6 +11378,7 @@
|
||||
E8998D8028597B0300C68558 /* XPRoomLuckyBigPrizeView.m in Sources */,
|
||||
E88E4A80297673DC00019A50 /* SessionNavLiveView.m in Sources */,
|
||||
E81060DC298761F100B772F0 /* MessageTextModel.m in Sources */,
|
||||
235A45232B04BEB6009753F5 /* PIBaseModel.m in Sources */,
|
||||
E8DEC9A82764A68B0078CB70 /* Api+MoreMenu.m in Sources */,
|
||||
9B86D87A2817DD8400494FCD /* XPRoomEnterHideTipView.m in Sources */,
|
||||
E8AC721026F43955007D6E91 /* UIImageConstant.m in Sources */,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "ClientDataModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ClientConfig : NSObject
|
||||
@interface ClientConfig : PIBaseModel
|
||||
+ (instancetype)shareConfig;
|
||||
///初始化
|
||||
- (void)clientInit;
|
||||
|
@@ -16,7 +16,7 @@ typedef NS_ENUM(NSInteger, FaceLivenessStrategy) {
|
||||
FaceLivenessStrategy_Guide = 2,
|
||||
};
|
||||
|
||||
@interface ClientDataModel : NSObject
|
||||
@interface ClientDataModel : PIBaseModel
|
||||
///首页tag 配置
|
||||
@property (nonatomic,strong) NSArray<NSString *> *homeTabList;
|
||||
///房间表情的数据
|
||||
|
@@ -11,7 +11,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
//@class
|
||||
|
||||
@interface ClientRedPacketModel : NSObject
|
||||
@interface ClientRedPacketModel : PIBaseModel
|
||||
|
||||
///红包开关
|
||||
@property (nonatomic, assign) BOOL open;
|
||||
|
@@ -15,7 +15,7 @@ typedef NS_ENUM(NSInteger, SplashInfoSkipType) {
|
||||
SplashInfoSkipTypeWeb = 3,
|
||||
};
|
||||
|
||||
@interface AdvertiseModel : NSObject<NSCopying>
|
||||
@interface AdvertiseModel : PIBaseModel<NSCopying>
|
||||
@property (nonatomic, strong) NSString *link;
|
||||
@property (nonatomic, assign) SplashInfoSkipType type;// 1跳app页面,2跳聊天室,3跳h5页面
|
||||
@property (nonatomic, copy) NSString *pict;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "AdvertiseModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPAdImageTool : NSObject
|
||||
@interface XPAdImageTool : PIBaseModel
|
||||
+ (instancetype)shareImageTool;
|
||||
|
||||
///是否登录成功im
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
@interface QExtendBoardItemModel : NSObject
|
||||
@interface QExtendBoardItemModel : PIBaseModel
|
||||
|
||||
/**
|
||||
* Cell图片
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import <TZImagePickerController/TZImagePickerController.h>
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QPhotoImageModel : NSObject
|
||||
@interface QPhotoImageModel : PIBaseModel
|
||||
///是否选中
|
||||
@property (nonatomic,assign) BOOL isSelect;
|
||||
///是否是原图
|
||||
|
@@ -17,7 +17,7 @@ typedef NS_ENUM(NSUInteger, ShareType) {
|
||||
ShareType_User_Draw = 888,
|
||||
};
|
||||
|
||||
@interface XPShareInfoModel : NSObject
|
||||
@interface XPShareInfoModel : PIBaseModel
|
||||
///分享的标题
|
||||
@property (nonatomic,copy) NSString *shareTitle;
|
||||
///分享的内容
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface LoginAreaModel : NSObject
|
||||
@interface LoginAreaModel : PIBaseModel
|
||||
@property (nonatomic,copy) NSString *codeId;
|
||||
@property (nonatomic,copy) NSString *name;
|
||||
@property (nonatomic,copy) NSString *abbr;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ThirdUserInfo : NSObject
|
||||
@interface ThirdUserInfo : PIBaseModel
|
||||
///用户名
|
||||
@property (nonatomic,copy) NSString *userName;
|
||||
///头像的地址
|
||||
|
@@ -616,7 +616,7 @@ typedef NS_ENUM(NSUInteger, CustomMessageTypeRoomAlbum) {
|
||||
///所有房间
|
||||
Custom_Message_Sub_Room_Album = 1011,
|
||||
};
|
||||
@interface AttachmentModel : NSObject<NIMCustomAttachment>
|
||||
@interface AttachmentModel : PIBaseModel<NIMCustomAttachment>
|
||||
@property (nonatomic,assign) int first;
|
||||
@property (nonatomic,assign) int second;
|
||||
@property (nonatomic, strong) id data;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ChatLimitModel : NSObject
|
||||
@interface ChatLimitModel : PIBaseModel
|
||||
|
||||
@property (nonatomic, assign) BOOL chat;
|
||||
@property (nonatomic, copy) NSString * message;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPKickUserModel : NSObject
|
||||
@interface XPKickUserModel : PIBaseModel
|
||||
///安卓使用的是Uid 所以加了一个这样的属性
|
||||
@property (nonatomic, assign) NSInteger uid;
|
||||
///处理de uid
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@interface ContentApplicationShareModel : NSObject
|
||||
@interface ContentApplicationShareModel : PIBaseModel
|
||||
///显示标题
|
||||
@property (nonatomic,copy) NSString *title;
|
||||
///立即进入
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ContentLevelUpgradeModel : NSObject
|
||||
@interface ContentLevelUpgradeModel : PIBaseModel
|
||||
@property (nonatomic, copy) NSString *levelName;
|
||||
///升到的等级
|
||||
@property (nonatomic,assign) NSInteger levelSeq;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class ContentOpenLiveUserInfoModel;
|
||||
@interface ContentOpenLiveInfoModel : NSObject
|
||||
@interface ContentOpenLiveInfoModel : PIBaseModel
|
||||
|
||||
///用户的uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@end
|
||||
|
||||
@interface ContentOpenLiveUserInfoModel : NSObject
|
||||
@interface ContentOpenLiveUserInfoModel : PIBaseModel
|
||||
///显示名字
|
||||
@property (nonatomic,copy) NSString *avatar;
|
||||
///显示昵称
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ContentRistAlertModel : NSObject
|
||||
@interface ContentRistAlertModel : PIBaseModel
|
||||
@property (nonatomic,strong) NSString *content;
|
||||
@end
|
||||
|
||||
|
@@ -42,7 +42,7 @@ typedef NS_ENUM(NSInteger, SecretaryRouterType) {
|
||||
SecretaryRouterType_Square_Topic = 75,
|
||||
};
|
||||
|
||||
@interface ContentSecretaryModel : NSObject
|
||||
@interface ContentSecretaryModel : PIBaseModel
|
||||
///最近回话列表需要显示的内容 推送的内容
|
||||
@property (nonatomic,copy) NSString *msg;
|
||||
///私聊消息需要显示的内容
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ContentShareMonentsModel : NSObject
|
||||
@interface ContentShareMonentsModel : PIBaseModel
|
||||
///动态分享
|
||||
@property (nonatomic,copy) NSString *dynamicId;
|
||||
///话题id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ContentTreasureFairyModel : NSObject
|
||||
@interface ContentTreasureFairyModel : PIBaseModel
|
||||
///用户uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///目标用户的uid
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ContentTweetModel : NSObject
|
||||
@interface ContentTweetModel : PIBaseModel
|
||||
///跳转的地址
|
||||
@property (nonatomic,copy) NSString *webUrl;
|
||||
///标题
|
||||
|
@@ -18,7 +18,7 @@ typedef NS_ENUM(NSInteger, SessionSettingType) {
|
||||
SessionSettingType_report
|
||||
};
|
||||
|
||||
@interface SessionSettingModel : NSObject
|
||||
@interface SessionSettingModel : PIBaseModel
|
||||
///显示标题
|
||||
@property (nonatomic,copy) NSString *title;
|
||||
///类型
|
||||
|
@@ -16,7 +16,7 @@ typedef NS_ENUM(NSInteger, MessageMenuType) {
|
||||
MessageMenuType_Gift
|
||||
};
|
||||
|
||||
@interface MessageMenuModel : NSObject
|
||||
@interface MessageMenuModel : PIBaseModel
|
||||
///图片
|
||||
@property (nonatomic,strong) NSString *imageName;
|
||||
///类型
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class FindNewGreetModel;
|
||||
@interface FindNewGreetListModel : NSObject
|
||||
@interface FindNewGreetListModel : PIBaseModel
|
||||
|
||||
///开始的
|
||||
@property (nonatomic,copy) NSString * start;
|
||||
@@ -19,7 +19,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
|
||||
@interface FindNewGreetModel : NSObject
|
||||
@interface FindNewGreetModel : PIBaseModel
|
||||
///id
|
||||
@property (nonatomic,assign) NSInteger fId;
|
||||
///消息
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface FindNewGreetMessageModel : NSObject
|
||||
@interface FindNewGreetMessageModel : PIBaseModel
|
||||
///头像
|
||||
@property (nonatomic,copy) NSString *avatar;
|
||||
///用户uid
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface FindNewUserInfoModel : NSObject
|
||||
@interface FindNewUserInfoModel : PIBaseModel
|
||||
///生日
|
||||
@property(nonatomic,assign) long birth;
|
||||
///头像
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SessionSayHelloCountModel : NSObject
|
||||
@interface SessionSayHelloCountModel : PIBaseModel
|
||||
///有多少人想和你打招呼
|
||||
@property (nonatomic,assign) NSInteger helloCount;
|
||||
///是否可见
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SessionSayHelloLevelModel : NSObject
|
||||
@interface SessionSayHelloLevelModel : PIBaseModel
|
||||
///当前主播评级
|
||||
@property (nonatomic,copy) NSString *currentLevel;
|
||||
///当前倍数
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface SessionSayHelloListModel : NSObject
|
||||
@interface SessionSayHelloListModel : PIBaseModel
|
||||
///生日
|
||||
@property(nonatomic,assign) long birth;
|
||||
///uid
|
||||
|
@@ -29,7 +29,7 @@ typedef NS_ENUM(NSInteger, SessionMessageType) {
|
||||
SessionMessageType_UnSupport
|
||||
};
|
||||
|
||||
@interface MessageBaseModel : NSObject
|
||||
@interface MessageBaseModel : PIBaseModel
|
||||
///当前的消息类型
|
||||
@property (nonatomic,strong) NIMMessage *message;
|
||||
///大小
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPSessionListFansPartyModel : NSObject
|
||||
@interface XPSessionListFansPartyModel : PIBaseModel
|
||||
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
@property (nonatomic, copy) NSString *uid;
|
||||
|
@@ -16,7 +16,7 @@ typedef NS_ENUM(NSUInteger, XPSessionListHeadItemType) {
|
||||
XPSessionListHeadItemType_MemgXin,//发现萌新
|
||||
};
|
||||
|
||||
@interface XPSessionListHeadItem : NSObject
|
||||
@interface XPSessionListHeadItem : PIBaseModel
|
||||
|
||||
@property (nonatomic, copy) NSString *title;
|
||||
@property (nonatomic, copy) NSString *imageName;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineAnchorFansTeamModel : NSObject
|
||||
@interface XPMineAnchorFansTeamModel : PIBaseModel
|
||||
|
||||
///头像
|
||||
@property (nonatomic, copy) NSString *anchorAvatar;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineExchangeAuthorityModel : NSObject
|
||||
@interface XPMineExchangeAuthorityModel : PIBaseModel
|
||||
///用户id
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///头像
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineFootPrintModel : NSObject
|
||||
@interface XPMineFootPrintModel : PIBaseModel
|
||||
|
||||
@property (nonatomic, copy) NSString *roomUid;//房间uid
|
||||
@property (nonatomic, copy) NSString *roomId;//房间id
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface FansInfoModel : NSObject
|
||||
@interface FansInfoModel : PIBaseModel
|
||||
///生日
|
||||
@property(nonatomic,assign) long birth;
|
||||
///头像
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface RechargeListModel : NSObject
|
||||
@interface RechargeListModel : PIBaseModel
|
||||
///充值的id
|
||||
@property(nonatomic, strong) NSString *chargeProdId;
|
||||
@property(nonatomic, strong) NSString *prodName;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface WalletInfoModel : NSObject
|
||||
@interface WalletInfoModel : PIBaseModel
|
||||
/// 用户 uid
|
||||
@property(nonatomic, assign) NSInteger uid;
|
||||
/// 钻石数量
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "XPWithdrawAccountModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPBindExtractInfoModel : NSObject
|
||||
@interface XPBindExtractInfoModel : PIBaseModel
|
||||
///提現信息
|
||||
@property (nonatomic,strong) XPWithdrawAccountModel *account;
|
||||
//钱包当前金币数
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPExchangeDiamondsModel : NSObject
|
||||
@interface XPExchangeDiamondsModel : PIBaseModel
|
||||
@property (nonatomic,assign) double diamonds;//当前钱包
|
||||
@property (nonatomic,assign) double golds;//当前钱包
|
||||
@property (nonatomic,assign) double rate;//比率
|
||||
|
@@ -9,7 +9,7 @@
|
||||
@class XPIncomeRecordGoldDetailItemModel;
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPIncomeRecordGoldDetailsModel : NSObject
|
||||
@interface XPIncomeRecordGoldDetailsModel : PIBaseModel
|
||||
@property (nonatomic,copy) NSString *total;
|
||||
@property (nonatomic,copy) NSString *totalRemainGolds;
|
||||
@property (nonatomic,copy) NSString *totalEarnGolds;
|
||||
@@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
|
||||
@interface XPIncomeRecordGoldDetailItemModel : NSObject
|
||||
@interface XPIncomeRecordGoldDetailItemModel : PIBaseModel
|
||||
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
@property (nonatomic,copy) NSString *nick;//昵称
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPIncomeRecordModel : NSObject
|
||||
@interface XPIncomeRecordModel : PIBaseModel
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
@property (nonatomic,assign) double diamonds;
|
||||
@property (nonatomic,assign) double crystals;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPWithdrawAccountModel : NSObject
|
||||
@interface XPWithdrawAccountModel : PIBaseModel
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
@property (nonatomic,copy) NSString *swift;
|
||||
@property (nonatomic,copy) NSString *bankName;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UserGiftWallInfoModel : NSObject
|
||||
@interface UserGiftWallInfoModel : PIBaseModel
|
||||
///目标用户的uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///价格
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineUserInfoTagModel : NSObject
|
||||
@interface XPMineUserInfoTagModel : PIBaseModel
|
||||
///
|
||||
@property (nonatomic,copy) NSArray *groups;
|
||||
///
|
||||
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
|
||||
@interface XPMineUserInfoTagItemModel : NSObject
|
||||
@interface XPMineUserInfoTagItemModel : PIBaseModel
|
||||
///
|
||||
@property (nonatomic,copy) NSString *group;
|
||||
///
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPSoundCardModel : NSObject
|
||||
@interface XPSoundCardModel : PIBaseModel
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
//音频七牛云url
|
||||
@property (nonatomic,copy) NSString *audioUrl;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineVisitorItemModel : NSObject
|
||||
@interface XPMineVisitorItemModel : PIBaseModel
|
||||
///生日
|
||||
@property(nonatomic,assign) long birth;
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineVisitorUnReadModel : NSObject
|
||||
@interface XPMineVisitorUnReadModel : PIBaseModel
|
||||
|
||||
@property (nonatomic, assign) NSInteger visitNum;
|
||||
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMaskManagerModel : NSObject
|
||||
@interface XPMaskManagerModel : PIBaseModel
|
||||
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
@property (nonatomic,copy) NSString *roomId;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineFuntionItemModel : NSObject
|
||||
@interface XPMineFuntionItemModel : PIBaseModel
|
||||
|
||||
@property (nonatomic, assign) NSInteger centerStatus;
|
||||
@property (nonatomic, copy) NSString *centerPic;
|
||||
|
@@ -37,7 +37,7 @@ typedef NS_ENUM(NSInteger, XPMineItemType) {
|
||||
};
|
||||
|
||||
|
||||
@interface XPMineItemModel : NSObject
|
||||
@interface XPMineItemModel : PIBaseModel
|
||||
///图片的名字
|
||||
@property (nonatomic,copy) NSString *itemImageName;
|
||||
///名字
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineNotificationItemModel : NSObject
|
||||
@interface XPMineNotificationItemModel : PIBaseModel
|
||||
/// 标题
|
||||
@property (nonatomic, copy) NSString *title;
|
||||
/// 描述
|
||||
|
@@ -27,7 +27,7 @@ typedef NS_ENUM(NSInteger, XPMineSettingItemType){
|
||||
XPMineSettingItemType_Shield_management,///屏蔽管理
|
||||
};
|
||||
|
||||
@interface XPMineSettingItemModel : NSObject
|
||||
@interface XPMineSettingItemModel : PIBaseModel
|
||||
///标题
|
||||
@property (nonatomic,copy) NSString *title;
|
||||
///副标题
|
||||
|
@@ -19,7 +19,7 @@ typedef NS_ENUM(NSInteger, XPMineUserInfoEditType) {
|
||||
XPMineUserInfoEditType_Area,///地区
|
||||
};
|
||||
|
||||
@interface XPMineUserInfoEditModel : NSObject
|
||||
@interface XPMineUserInfoEditModel : PIBaseModel
|
||||
///类型
|
||||
@property (nonatomic,assign) XPMineUserInfoEditType type;
|
||||
///标题
|
||||
|
@@ -15,7 +15,7 @@ typedef enum {
|
||||
Dressup_Car_Status_Ok = 3 //正常
|
||||
}DressupCarStatus;
|
||||
|
||||
@interface CarModel : NSObject
|
||||
@interface CarModel : PIBaseModel
|
||||
@property (nonatomic, assign) DressupCarStatus status; //状态
|
||||
///座驾图片
|
||||
@property (nonatomic, strong) NSString *pic;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ChatBubbleModel : NSObject
|
||||
@interface ChatBubbleModel : PIBaseModel
|
||||
|
||||
///气泡id
|
||||
@property (nonatomic, copy) NSString *bubbleId;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DressUpShopModel : NSObject
|
||||
@interface DressUpShopModel : PIBaseModel
|
||||
|
||||
///座驾图片
|
||||
@property (nonatomic, strong) NSString *pic;
|
||||
|
@@ -16,7 +16,7 @@ typedef NS_ENUM(NSInteger, DressupHeadWearStatus) {
|
||||
};
|
||||
|
||||
|
||||
@interface HeadwearModel : NSObject
|
||||
@interface HeadwearModel : PIBaseModel
|
||||
///头饰id
|
||||
@property (nonatomic, strong) NSString *headwearId;
|
||||
///是否是赠送
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NameplateModel : NSObject
|
||||
@interface NameplateModel : PIBaseModel
|
||||
///是否正在使用
|
||||
@property (nonatomic, assign) BOOL isUsing;
|
||||
///id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NobleCardModel : NSObject
|
||||
@interface NobleCardModel : PIBaseModel
|
||||
|
||||
///资料卡id
|
||||
@property (nonatomic, copy) NSString *cardId;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineGiveDiamondDetailsModel : NSObject
|
||||
@interface XPMineGiveDiamondDetailsModel : PIBaseModel
|
||||
|
||||
///记录 id
|
||||
@property (nonatomic, copy) NSString *recordId;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineGiveDiamondModel : NSObject
|
||||
@interface XPMineGiveDiamondModel : PIBaseModel
|
||||
///记录 id
|
||||
@property (nonatomic, copy) NSString *recordId;
|
||||
///用户uid
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineGiveDiamondSearchModel : NSObject
|
||||
@interface XPMineGiveDiamondSearchModel : PIBaseModel
|
||||
/**
|
||||
* 用户uid
|
||||
*/
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#import "GuildInfoModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ClanDetailInfoModel : NSObject
|
||||
@interface ClanDetailInfoModel : PIBaseModel
|
||||
///家族信息
|
||||
@property (nonatomic,strong) ClanInfoModel *clan;
|
||||
///公会信息
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface ClanInfoModel : NSObject
|
||||
@interface ClanInfoModel : PIBaseModel
|
||||
///家族id
|
||||
@property (nonatomic, copy) NSString *cid;
|
||||
/// 族长 uid
|
||||
|
@@ -11,14 +11,14 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class ClanMemberInfoModel;
|
||||
@interface ClanMemberDetailInfoModel : NSObject
|
||||
@interface ClanMemberDetailInfoModel : PIBaseModel
|
||||
///总的个数
|
||||
@property (nonatomic,assign) NSInteger count;
|
||||
///用户的实体
|
||||
@property (nonatomic,strong) NSArray<ClanMemberInfoModel *> *members;
|
||||
@end
|
||||
|
||||
@interface ClanMemberInfoModel : NSObject
|
||||
@interface ClanMemberInfoModel : PIBaseModel
|
||||
///头像
|
||||
@property (nonatomic,copy) NSString *avatar;
|
||||
///平台id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GuildAuthModel : NSObject
|
||||
@interface GuildAuthModel : PIBaseModel
|
||||
///标题
|
||||
@property (nonatomic, copy) NSString *name;
|
||||
///描述
|
||||
|
@@ -24,7 +24,7 @@ typedef NS_ENUM(NSInteger, GuildRoleType) {
|
||||
GuildRoleType_Super_Admin
|
||||
};
|
||||
|
||||
@interface GuildInfoModel : NSObject
|
||||
@interface GuildInfoModel : PIBaseModel
|
||||
///模厅id
|
||||
@property (nonatomic, copy) NSString *hallId;
|
||||
/// 模厅名称
|
||||
|
@@ -22,7 +22,7 @@ typedef NS_ENUM(NSInteger, MessageGuildState) {
|
||||
};
|
||||
|
||||
@class GuildMessageLayoutModel, GuildMessageRequestModel, GuildMessageLayoutInfoModel;
|
||||
@interface GuildMessageModel : NSObject
|
||||
@interface GuildMessageModel : PIBaseModel
|
||||
|
||||
@property (nonatomic,assign) MessageGuildState msgStatus;
|
||||
///请求的时候需要的参数
|
||||
@@ -43,7 +43,7 @@ typedef NS_ENUM(NSInteger, MessageGuildState) {
|
||||
|
||||
|
||||
///约束的
|
||||
@interface GuildMessageLayoutModel : NSObject
|
||||
@interface GuildMessageLayoutModel : PIBaseModel
|
||||
///显示的标题
|
||||
@property (nonatomic,strong) GuildMessageLayoutInfoModel *title;
|
||||
///显示的时间
|
||||
@@ -53,7 +53,7 @@ typedef NS_ENUM(NSInteger, MessageGuildState) {
|
||||
@end
|
||||
|
||||
|
||||
@interface GuildMessageLayoutInfoModel : NSObject
|
||||
@interface GuildMessageLayoutInfoModel : PIBaseModel
|
||||
///显示内容
|
||||
@property (strong, nonatomic) NSString *content;
|
||||
///字体大小
|
||||
@@ -68,7 +68,7 @@ typedef NS_ENUM(NSInteger, MessageGuildState) {
|
||||
@property (strong, nonatomic) NSString *routerValue;
|
||||
@end
|
||||
|
||||
@interface GuildMessageRequestModel : NSObject
|
||||
@interface GuildMessageRequestModel : PIBaseModel
|
||||
///家族的id
|
||||
@property (nonatomic,copy) NSString *familyId;
|
||||
///用户的id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GuildSearchUserInfoModel : NSObject
|
||||
@interface GuildSearchUserInfoModel : PIBaseModel
|
||||
///用户的uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///生日
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GuildIncomeDetailModel : NSObject
|
||||
@interface GuildIncomeDetailModel : PIBaseModel
|
||||
///礼物名称
|
||||
@property (nonatomic,copy) NSString *giftName;
|
||||
///礼物价值
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class GuildIncomeRecordUserInfoModel;
|
||||
@interface GuildIncomeRecordModel : NSObject
|
||||
@interface GuildIncomeRecordModel : PIBaseModel
|
||||
///总的价值
|
||||
@property (nonatomic,copy) NSString *total;
|
||||
///
|
||||
@@ -17,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@end
|
||||
|
||||
@interface GuildIncomeRecordUserInfoModel : NSObject
|
||||
@interface GuildIncomeRecordUserInfoModel : PIBaseModel
|
||||
///公会的头像
|
||||
@property (nonatomic,copy) NSString *hallAvatar;
|
||||
///公会的昵称
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class GuildPersonIncomeUserInfoModel;
|
||||
@interface GuildPersonIncomeRecordModel : NSObject
|
||||
@interface GuildPersonIncomeRecordModel : PIBaseModel
|
||||
///总共的价值
|
||||
@property (nonatomic,copy) NSString *total;
|
||||
///数据源
|
||||
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
|
||||
@interface GuildPersonIncomeUserInfoModel : NSObject
|
||||
@interface GuildPersonIncomeUserInfoModel : PIBaseModel
|
||||
|
||||
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GuildRoomInfoModel : NSObject
|
||||
@interface GuildRoomInfoModel : PIBaseModel
|
||||
@property (nonatomic,copy) NSString *hallRoomId;
|
||||
///公会房间uid
|
||||
@property (nonatomic,copy) NSString *hallRoomUid;
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GuildSearchSuperAdminModel : NSObject
|
||||
@interface GuildSearchSuperAdminModel : PIBaseModel
|
||||
///用户的uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///平台id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "GuildRoomInfoModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface GuildSuperAdminInfoModel : NSObject
|
||||
@interface GuildSuperAdminInfoModel : PIBaseModel
|
||||
///uid
|
||||
@property (nonatomic,copy) NSString *uid;
|
||||
///平台id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineGuildListModel : NSObject
|
||||
@interface XPMineGuildListModel : PIBaseModel
|
||||
///公会id
|
||||
@property (nonatomic,assign) NSInteger clanId;
|
||||
///公会长id
|
||||
|
@@ -9,11 +9,11 @@
|
||||
@class XPMineGuildPersonalBillRecordItemModel;
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPMineGuildPersonalBillRecordModel : NSObject
|
||||
@interface XPMineGuildPersonalBillRecordModel : PIBaseModel
|
||||
@property(nonatomic,copy) NSArray<XPMineGuildPersonalBillRecordItemModel *> *income;
|
||||
@property(nonatomic,copy) NSString *total;
|
||||
@end
|
||||
@interface XPMineGuildPersonalBillRecordItemModel : NSObject
|
||||
@interface XPMineGuildPersonalBillRecordItemModel : PIBaseModel
|
||||
@property(nonatomic,copy) NSString *bagIncome;
|
||||
@property(nonatomic,copy) NSString *giftUv;
|
||||
@property(nonatomic,copy) NSString *hallAvatar;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NobleAuthInfo : NSObject
|
||||
@interface NobleAuthInfo : PIBaseModel
|
||||
|
||||
///特权短描述
|
||||
@property (nonatomic, copy) NSString *authDesc;
|
||||
|
@@ -11,7 +11,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NobleCenterModel : NSObject
|
||||
@interface NobleCenterModel : PIBaseModel
|
||||
|
||||
///用户当前贵族等级
|
||||
@property (nonatomic, assign) NSInteger currLevel;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NobleInfo : NSObject
|
||||
@interface NobleInfo : PIBaseModel
|
||||
|
||||
///是否敬请期待:1. 否 2.是
|
||||
@property (nonatomic, assign) NSInteger comingSoon;
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NobleLevelUpModel : NSObject
|
||||
@interface NobleLevelUpModel : PIBaseModel
|
||||
|
||||
///用户昵称
|
||||
@property (nonatomic, strong) NSString *nick;
|
||||
|
@@ -11,7 +11,7 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
||||
@interface NobleRechargeModel : NSObject
|
||||
@interface NobleRechargeModel : PIBaseModel
|
||||
|
||||
@property (nonatomic, strong) NSArray<RechargeListModel *> *list;
|
||||
@property (nonatomic, assign) NSInteger defaultPayH5;
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "MonentsCommentReplyModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@interface MonentsCommentModel : NSObject
|
||||
@interface MonentsCommentModel : PIBaseModel
|
||||
///是否刷新高度
|
||||
@property (nonatomic,assign) BOOL isReloadHeight;
|
||||
///评论的高度
|
||||
@@ -32,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
|
||||
@interface MonentsCommentListModel : NSObject
|
||||
@interface MonentsCommentListModel : PIBaseModel
|
||||
///评论的列表
|
||||
@property (nonatomic,strong) NSArray<MonentsCommentModel *> *commentList;
|
||||
///下一个评论的时间戳
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class MonentsReplyModel;
|
||||
@interface MonentsCommentReplyModel : NSObject
|
||||
@interface MonentsCommentReplyModel : PIBaseModel
|
||||
@property (nonatomic, strong) NSMutableArray<MonentsReplyModel *> *replyList;// 剩余数量
|
||||
///剩余多少可以展开
|
||||
@property (nonatomic, assign) NSInteger leftCount;
|
||||
@@ -18,7 +18,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@end
|
||||
|
||||
|
||||
@interface MonentsReplyModel : NSObject
|
||||
@interface MonentsReplyModel : PIBaseModel
|
||||
///回复的高度
|
||||
@property (nonatomic,assign) CGFloat replyRowHeight;
|
||||
/// 头像
|
||||
|
@@ -16,7 +16,7 @@ typedef NS_ENUM(NSInteger, MonentsContentType) {
|
||||
MonentsContentType_Picture = 2
|
||||
};
|
||||
@class MonentsPicInfoModel;
|
||||
@interface MonentsInfoModel : NSObject
|
||||
@interface MonentsInfoModel : PIBaseModel
|
||||
///类型
|
||||
@property (nonatomic,assign) MonentsContentType type;
|
||||
///用户的uid
|
||||
@@ -89,7 +89,7 @@ typedef NS_ENUM(NSInteger, MonentsContentType) {
|
||||
@property (nonatomic, assign) NSInteger numberOfText;
|
||||
@end
|
||||
|
||||
@interface MonentsPicInfoModel : NSObject
|
||||
@interface MonentsPicInfoModel : PIBaseModel
|
||||
///图片的地址
|
||||
@property (nonatomic,copy) NSString * resUrl;
|
||||
///格式
|
||||
|
@@ -21,7 +21,7 @@ typedef NS_ENUM(NSInteger, MonentsInteractiveActionType) {
|
||||
MonentsInteractiveActionType_Share
|
||||
};
|
||||
|
||||
@interface MonentsInteractiveModel : NSObject
|
||||
@interface MonentsInteractiveModel : PIBaseModel
|
||||
///msgType为2时为评论id
|
||||
@property (nonatomic,assign) NSInteger targetId;
|
||||
///类型 0:纯文本,2图片,
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "MonentsInfoModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MonentsListInfoModel : NSObject
|
||||
@interface MonentsListInfoModel : PIBaseModel
|
||||
///列表数据
|
||||
@property (nonatomic,strong) NSArray<MonentsInfoModel *> *dynamicList;
|
||||
///下一个动态的id
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MonentsPicResInfo : NSObject
|
||||
@interface MonentsPicResInfo : PIBaseModel
|
||||
// 图片key
|
||||
@property (nonatomic, copy) NSString *key;
|
||||
// 图片url
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MonentsTopicModel : NSObject
|
||||
@interface MonentsTopicModel : PIBaseModel
|
||||
///创建人id
|
||||
@property (nonatomic, copy) NSString *ownerUid;
|
||||
///名称
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MonentsUnReadModel : NSObject
|
||||
@interface MonentsUnReadModel : PIBaseModel
|
||||
/// 总计未读消息数
|
||||
@property (nonatomic, assign) NSInteger total;
|
||||
/// 评论未读消息数
|
||||
|
@@ -16,7 +16,7 @@ typedef NS_ENUM(NSUInteger, HomeBannerInfoSkipType) {
|
||||
HomeBannerInfoSkipType_Web = 3,
|
||||
};
|
||||
|
||||
@interface HomeBannerInfoModel : NSObject
|
||||
@interface HomeBannerInfoModel : PIBaseModel
|
||||
///ID
|
||||
@property (nonatomic,copy)NSString *bannerId;
|
||||
///名字
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "HomePlayRoomModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeCollectRoomModel : NSObject
|
||||
@interface HomeCollectRoomModel : PIBaseModel
|
||||
///昵称
|
||||
@property (nonatomic,copy) NSString *nick;
|
||||
///头像
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class HomeLittleGameMicUserModel;
|
||||
@interface HomeLittleGameRoomModel : NSObject
|
||||
@interface HomeLittleGameRoomModel : PIBaseModel
|
||||
///头像
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
///小游戏ID
|
||||
@@ -32,7 +32,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, assign) BOOL needOpenSelfRoom;
|
||||
@end
|
||||
|
||||
@interface HomeLittleGameMicUserModel : NSObject
|
||||
@interface HomeLittleGameMicUserModel : PIBaseModel
|
||||
///头像
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
///姓名
|
||||
|
@@ -24,7 +24,7 @@ typedef NS_ENUM(NSInteger, HomeMenuResourceType) {
|
||||
HomeMenuResourceType_Room_Custom,
|
||||
};
|
||||
|
||||
@interface HomeMenuInfoModel : NSObject
|
||||
@interface HomeMenuInfoModel : PIBaseModel
|
||||
///ID 映射字段
|
||||
@property (nonatomic,copy) NSString *hid;
|
||||
///显示的图片
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeMenuSourceModel : NSObject
|
||||
@interface HomeMenuSourceModel : PIBaseModel
|
||||
///头像
|
||||
@property (nonatomic,copy) NSString *avatar;
|
||||
///是否是进入房间
|
||||
|
@@ -11,7 +11,7 @@
|
||||
#import "UserInfoModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
@class HomePlayMicUserModel;
|
||||
@interface HomePlayRoomModel : NSObject
|
||||
@interface HomePlayRoomModel : PIBaseModel
|
||||
@property(nonatomic,assign) CGFloat width;
|
||||
///头像
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
@@ -68,7 +68,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property(nonatomic,strong) UserLevelVo *userLevelVo;
|
||||
@end
|
||||
|
||||
@interface HomePlayMicUserModel : NSObject
|
||||
@interface HomePlayMicUserModel : PIBaseModel
|
||||
///头像
|
||||
@property (nonatomic, copy) NSString *avatar;
|
||||
///性别
|
||||
|
@@ -9,7 +9,7 @@
|
||||
#import "YUMINNNN.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeRecommendRoomModel : NSObject
|
||||
@interface HomeRecommendRoomModel : PIBaseModel
|
||||
///生日
|
||||
@property(nonatomic,assign) long birth;
|
||||
///头像
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface HomeTagModel : NSObject
|
||||
@interface HomeTagModel : PIBaseModel
|
||||
///id
|
||||
@property (nonatomic,copy) NSString *tid;
|
||||
///名字
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user