]>
Commit | Line | Data |
---|---|---|
298474e0 JF |
1 | /* |
2 | * Generated by class-dump 3.1.2. | |
3 | * | |
4 | * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. | |
5 | */ | |
6 | ||
7 | #import "NSObject.h" | |
8 | ||
9 | @class NSDictionary, NSMutableDictionary; | |
10 | ||
11 | @interface SBAccessoryController : NSObject | |
12 | { | |
13 | NSDictionary *_lingoToApplicationMap; | |
14 | NSMutableDictionary *_availableAccessories; | |
15 | } | |
16 | ||
17 | + (id)sharedAccessoryController; | |
18 | - (id)init; | |
19 | - (void)dealloc; | |
20 | - (void)reloadLingoToApplicationMap; | |
21 | - (void)_enableAccessoryIfNeeded:(id)fp8 forLingo:(int)fp12; | |
22 | - (void)_disableAccessoryIfNeeded:(id)fp8 forLingo:(int)fp12; | |
23 | - (void)accessoryAvailabilityChanged:(int)fp8 availability:(int)fp12; | |
24 | ||
25 | @end | |
26 |