IVTChatRoomCell.h 437 Bytes
//
//  IVTChatRoomCell.h
//  ChinaFM
//
//  Created by XRG on 16/9/26.
//  Copyright © 2016年 XRG. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "XMPPManager.h"

@protocol DoHongBaoDelegate <NSObject>

@optional
- (void)changeGrabView:(NSDictionary *)dict;

@end

@interface IVTChatRoomCell : UITableViewCell

@property (nonatomic,copy) NSDictionary *entity;
@property (nonatomic, weak) id<DoHongBaoDelegate>delegate;

@end