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

18 lines
337 B
Objective-C
Executable File

//
// DoPhotoCell.h
// DoImagePickerController
//
// Created by Donobono on 2014. 1. 23..
//
#import <UIKit/UIKit.h>
@interface DoPhotoCell : UICollectionViewCell
@property (weak, nonatomic) IBOutlet UIImageView *ivPhoto;
@property (weak, nonatomic) IBOutlet UIView *vSelect;
- (void)setSelectMode:(BOOL)bSelect;
@end