mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
7 lines
138 B
Objective-C
7 lines
138 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface CoverViewCell : UICollectionViewCell
|
|
|
|
@property(nonatomic, retain) IBOutlet UILabel* nameLabel;
|
|
|
|
@end
|