NIMSyncStickTopSessionResponse Class Reference
Inherits from | NSObject |
---|---|
Declared in | NIMSyncStickTopSessionResponse.h |
timestamp
同步时间戳(s)
@property (nonatomic, assign) NSTimeInterval timestamp
Discussion
同步时间戳(s)
Declared In
NIMSyncStickTopSessionResponse.h
hasChange
是否有变更
@property (nonatomic, assign) BOOL hasChange
Discussion
是否有变更
Declared In
NIMSyncStickTopSessionResponse.h
allInfos
若有变更,返回所有置顶信息
@property (nonatomic, copy) NSArray<NIMStickTopSessionInfo*> *allInfos
Discussion
若有变更,返回所有置顶信息
Declared In
NIMSyncStickTopSessionResponse.h