Files
2014-08-08 11:29:05 +08:00

16 lines
298 B
Objective-C
Executable File

//
// 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