






#import <UIKit/UIKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface IndexingMiterFriendMouthVirtualCell : UITableViewCell


@property (nonatomic,strong) UIImageView * blobMixOldView;


@property (nonatomic,strong) UILabel * incomingName;


@property (nonatomic,strong) UILabel * trustAttachTime;

@end

NS_ASSUME_NONNULL_END
