X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJDeviceViewController.h;h=0a16e477f0954d59d26f1d406433a581a58fa61a;hp=6935322c568537fed615de25e30445f346d0beaa;hb=6a7c78afa7b8a34901f59a79afe41d18855734bc;hpb=e7c0b2d96e9e3209b5ba80cc1fdc8e7213cb5302 diff --git a/Classes/NJDeviceViewController.h b/Classes/NJDeviceViewController.h index 6935322..0a16e47 100644 --- a/Classes/NJDeviceViewController.h +++ b/Classes/NJDeviceViewController.h @@ -7,6 +7,7 @@ // @class NJDevice; +@class NJInput; @class NJInputPathElement; @protocol NJDeviceViewControllerDelegate; @@ -21,18 +22,14 @@ @property (nonatomic, weak) IBOutlet id delegate; - (void)addedDevice:(NJDevice *)device atIndex:(NSUInteger)idx; -- (void)removedDevice:(NJDevice *)device atIndex:(NSUInteger)idx; - // But using these will animate nicely. +- (void)removedDeviceAtIndex:(NSUInteger)idx; - (void)hidStarted; - (void)hidStopped; -- (void)beginUpdates; -- (void)endUpdates; - - (void)expandAndSelectItem:(NJInputPathElement *)item; -- (NJInputPathElement *)selectedHandler; +- (NJInput *)selectedHandler; @end