luxlabs header browser preview


@protocol MediaServiceUpdatedClientDelegate;

@interface MSServiceUpdatedHandler : NSObject

@property (weak, nonatomic) id<MediaServiceUpdatedClientDelegate> delegate;

+ (id)shared;

- (void).cxx_destruct;
- (void)mediaServiceRemoved:(id)a0 homeUserID:(id)a1;
- (void)mediaServiceChanged:(id)a0 homeUserID:(id)a1;
- (void)defaultMediaServiceUpdated:(id)a0 homeUserID:(id)a1;

@end