@class NSXPCListener, NSString, EMFEmojiPreferences, NSObject; @protocol OS_dispatch_queue; @interface EMFEmojiPreferencesService : NSObject { NSXPCListener *_listener; } @property (retain, nonatomic) EMFEmojiPreferences *preferences; @property (readonly, nonatomic) NSObject *dispatchQueue; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedServiceWithMachName:(id)a0; - (void)dealloc; - (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1; - (void).cxx_destruct; - (id)initWithMachName:(id)a0; - (void)_createPreferencesIfNecessary; @end