Loading...
Searching...
No Matches
NCMqttSessionListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
4
18DEFAULT_EXPORT_ATTRIBUTE
19@protocol NCMqttSessionListener <NSObject>
20
35
50- (void)onError:(nullable NSError *)error;
51
68
69@end