feat:完善个人主页 cp 模块
This commit is contained in:
16
YuMi/Structure/MVP/Model/RelationUserVO.m
Normal file
16
YuMi/Structure/MVP/Model/RelationUserVO.m
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// RelationUserVO.m
|
||||
// YuMi
|
||||
//
|
||||
// Created by P on 2024/9/19.
|
||||
//
|
||||
|
||||
#import "RelationUserVO.h"
|
||||
|
||||
@implementation RelationUserVO
|
||||
|
||||
- (BOOL)isEmptyRelation {
|
||||
return self.cpAvatar.length == 0 || self.cpUid == 0 || self.cpNick.length == 0;
|
||||
}
|
||||
|
||||
@end
|
Reference in New Issue
Block a user