Files
DoImagePicker/DoAlbumCell.h
T
2015-06-29 11:51:01 +08:00

16 lines
298 B
Objective-C

//
// DoAlbumCell.h
// DoImagePickerController
//
// Created by Donobono on 2014. 1. 23..
//
#import <UIKit/UIKit.h>
@interface DoAlbumCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *lbAlbumName;
@property (weak, nonatomic) IBOutlet UILabel *lbCount;
@end