git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

iOS/GBSlotButton.h

      1 #import <UIKit/UIKit.h>
      2 
      3 @interface GBSlotButton : UIButton
      4 + (instancetype)buttonWithLabelText:(NSString *)label;
      5 @property (readonly) UILabel *label;
      6 @property (readonly) UILabel *slotSubtitleLabel;
      7 @property (nonatomic, getter=isShowingMenu) bool showingMenu;
      8 @end

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.