ZLPhotoBrowserCell.h 533 Bytes
//
//  ZLPhotoBrowserCell.h
//  多选相册照片
//
//  Created by long on 15/11/30.
//  Copyright © 2015年 long. All rights reserved.
//

#import <UIKit/UIKit.h>

@class ZLAlbumListModel;

@interface ZLPhotoBrowserCell : UITableViewCell

@property (weak, nonatomic) IBOutlet UIImageView *headImageView;
@property (weak, nonatomic) IBOutlet UILabel *labTitle;
@property (weak, nonatomic) IBOutlet UILabel *labCount;
@property (nonatomic, assign) CGFloat cornerRadio;

@property (nonatomic, strong) ZLAlbumListModel *model;

@end