-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWDDeviceSourcesListTableViewSection.h
41 lines (34 loc) · 1.75 KB
/
WDDeviceSourcesListTableViewSection.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
* This header is generated by classdump-dyld 1.0
* on Tuesday, June 5, 2018 at 6:34:35 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Health.app/Health
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <Health/WDTableViewSection.h>
@class NSString, NSArray, HKAuthorizationSettingsViewController;
@interface WDDeviceSourcesListTableViewSection : WDTableViewSection {
NSString* _pairedWatchBundleID;
NSArray* _sources;
HKAuthorizationSettingsViewController* _settingsViewController;
}
@property (nonatomic,retain) NSArray * sources; //@synthesize sources=_sources - In the implementation block
@property (nonatomic,retain) HKAuthorizationSettingsViewController * settingsViewController; //@synthesize settingsViewController=_settingsViewController - In the implementation block
-(id)initWithDelegate:(id)arg1 atSection:(unsigned long long)arg2 ;
-(void)_reloadSources;
-(void)setUpWithTableViewController:(id)arg1 ;
-(id)_sourceCellForRow:(unsigned long long)arg1 tableView:(id)arg2 ;
-(id)_noSourcesCellWithTableView:(id)arg1 ;
-(id)_sourceForRow:(long long)arg1 ;
-(id)cellForRow:(unsigned long long)arg1 table:(id)arg2 ;
-(void)didSelectRow:(unsigned long long)arg1 withCompletion:(/*^block*/id)arg2 ;
-(HKAuthorizationSettingsViewController *)settingsViewController;
-(void)setSettingsViewController:(HKAuthorizationSettingsViewController *)arg1 ;
-(double)heightForRow:(unsigned long long)arg1 ;
-(id)titleForHeader;
-(unsigned long long)numberOfRows;
-(void)setSources:(NSArray *)arg1 ;
-(NSArray *)sources;
-(id)titleForFooter;
-(void)applicationWillEnterForeground;
@end