mirror of
https://github.com/wu736139669/Ash_First.git
synced 2026-08-05 05:55:21 +00:00
16 lines
298 B
Objective-C
Executable File
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
|