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