// // XPSessionMessageGameInfoView.h // xplan-ios // // Created by duoban on 2023/8/25. // #import NS_ASSUME_NONNULL_BEGIN @protocol XPSessionMessageGameInfoViewDelegate -(void)clicTokMineUserInfo; @end @interface XPSessionMessageGameInfoView : UICollectionReusableView @property(nonatomic,copy) NSString *headUrl; @property(nonatomic,weak) iddelegate; @end NS_ASSUME_NONNULL_END