Play-/Source/ui_ios/CoverViewCell.h
2018-04-30 21:01:23 +01:00

8 lines
138 B
Objective-C

#import <UIKit/UIKit.h>
@interface CoverViewCell : UICollectionViewCell
@property(nonatomic, retain) IBOutlet UILabel* nameLabel;
@end