luxlabs header browser preview


@class NSString, MTPowerAssertion;

@interface MTAgentNotification : NSObject

@property (nonatomic) long long type;
@property (copy, nonatomic) NSString *name;
@property (retain, nonatomic) MTPowerAssertion *powerAssertion;

+ (id)notificationWithType:(long long)a0 name:(id)a1;
+ (id)notificationWithType:(long long)a0 name:(id)a1 powerAssertionTimeout:(double)a2;

- (void)releaseAssertion;
- (void)dealloc;
- (id)initWithType:(long long)a0 name:(id)a1 powerAssertionTimeout:(double)a2;
- (void).cxx_destruct;

@end