YHL_RedPacketTableViewCell.h
284 Bytes
//
// YHL_RedPacketTableViewCell.h
// YohoLive
//
// Created by 盖剑秋 on 2016/11/14.
// Copyright © 2016年 YOHO!. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface YHL_RedPacketTableViewCell : UITableViewCell
- (void)bindRedPacketName:(NSString *)nameStr;
@end