luxlabs header browser preview


@class NSString;

@interface HDWorkoutPlugin : NSObject <HDPlugin>

@property (readonly, copy, nonatomic) NSString *pluginIdentifier;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (BOOL)shouldLoadPluginForDaemon:(id)a0;

- (id)extensionForProfile:(id)a0;
- (id)extensionForHealthDaemon:(id)a0;

@end