mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-12 05:44:06 +02:00
[Sameboy] Add type annotations to GBImageView's grid arrays.
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
@end
|
@end
|
||||||
|
|
||||||
@interface GBImageView : NSImageView
|
@interface GBImageView : NSImageView
|
||||||
@property (nonatomic, strong) NSArray *horizontalGrids;
|
@property (nonatomic, strong) NSArray<GBImageViewGridConfiguration *> *horizontalGrids;
|
||||||
@property (nonatomic, strong) NSArray *verticalGrids;
|
@property (nonatomic, strong) NSArray<GBImageViewGridConfiguration *> *verticalGrids;
|
||||||
@property (nonatomic) bool displayScrollRect;
|
@property (nonatomic) bool displayScrollRect;
|
||||||
@property NSRect scrollRect;
|
@property NSRect scrollRect;
|
||||||
@property (nonatomic, weak) IBOutlet id<GBImageViewDelegate> delegate;
|
@property (nonatomic, weak) IBOutlet id<GBImageViewDelegate> delegate;
|
||||||
|
Reference in New Issue
Block a user