luxlabs header browser preview


@class HMBulletinBoardNotificationServiceGroup, NSUUID, NSString, _HMContext, NSPredicate, HMService, NSObject;
@protocol OS_dispatch_queue;

@interface HMBulletinBoardNotification : NSObject <NSSecureCoding, HMObjectMerge, HMFMessageReceiver, HMFLogging> {
    struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock;
}

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, copy, nonatomic) NSUUID *targetUUID;
@property (readonly, copy, nonatomic) NSString *logID;
@property (retain, nonatomic) _HMContext *context;
@property (readonly, weak, nonatomic) HMService *service;
@property (nonatomic, getter=isEnabled) BOOL enabled;
@property (retain, nonatomic) NSPredicate *condition;
@property (readonly, nonatomic) HMBulletinBoardNotificationServiceGroup *notificationServiceGroup;
@property (readonly, copy, nonatomic) NSUUID *uniqueIdentifier;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, nonatomic) NSUUID *messageTargetUUID;
@property (readonly, nonatomic) NSObject<OS_dispatch_queue> *messageReceiveQueue;

+ (id)logCategory;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (void)_unconfigure;
- (id)logIdentifier;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (void)__configureWithContext:(id)a0;
- (void)_callBulletinBoardNotificationUpdatedDelegate;
- (void)_commitWithCompletionHandler:(id /* block */)a0;
- (void)_handleBulletinBoardNotificationUpdateNotification:(id)a0;
- (void)_registerNotificationHandlers;
- (void)_unconfigureContext;
- (void)commitWithCompletionHandler:(id /* block */)a0;
- (id)initWithEnabled:(BOOL)a0 condition:(id)a1;
- (BOOL)mergeFromNewObject:(id)a0;

@end