luxlabs header browser preview


@protocol NNMKMessagesSyncServiceServerDelegate;

@interface NNMKMessagesSyncServiceServer : NNMKSyncServiceEndpoint

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

- (id)initWithQueue:(id)a0;
- (void)failedSendingProtobufWithIDSIdentifier:(id)a0 errorCode:(long long)a1;
- (id)updateMailboxSelection:(id)a0;
- (void).cxx_destruct;
- (void)successfullySentProtobufWithIDSIdentifier:(id)a0;
- (void)readProtobufData:(id)a0 type:(unsigned long long)a1;
- (id)sendBatchedInitialMessagesSync:(id)a0;
- (id)addMessages:(id)a0 notificationPriority:(BOOL)a1;
- (void)connectivityChanged;
- (id)deleteMessages:(id)a0 notificationPriority:(BOOL)a1;
- (void)readResourceAtURL:(id)a0 metadata:(id)a1;
- (id)sendBatchedFetchResult:(id)a0;
- (id)sendCoalescedBatchedFetchResult:(id)a0;
- (id)sendInitialMessagesSync:(id)a0;
- (id)sendMoreMessages:(id)a0;
- (id)sendMoreMessagesForConversation:(id)a0;
- (void)spaceBecameAvailable;
- (id)updateMessagesStatus:(id)a0 notificationPriority:(BOOL)a1;

@end