nimbus-eth2/installer/macos/nimbus-pkg/MyInstallerPane.h

20 lines
479 B
C
Raw Normal View History

2022-02-27 22:08:38 +00:00
//
// MyInstallerPane.h
// nimbus-pkg
//
// Created by zahary on 16.08.21.
//
#import <InstallerPlugins/InstallerPlugins.h>
@interface MyInstallerPane : InstallerPane
@property BOOL EthValid;
@property BOOL NetworkChosen;
@property int ChosenNetwork;
@property (weak) IBOutlet NSComboBoxCell *comboBox;
@property (weak) IBOutlet NSTextField *EthField;
@property (weak) IBOutlet NSTextField *descriptionField;
@property (weak) IBOutlet NSButton *startServiceCheckbox;
@end