IVTMeLiveAllUserCollectionViewCell.h
321 Bytes
//
// IVTMeLiveAllUserCollectionViewCell.h
// IVTMeLiveTwo
//
// Created by xrg on 16/8/26.
// Copyright © 2016年 QLQ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IVTMeLiveAllUserCollectionViewCell : UICollectionViewCell
/// 头像
@property(nonatomic, strong)UIImageView *userHeadImageView;
@end