Skip to content

Commit c914e05

Browse files
author
015484
committed
demo bug fix
1 parent 6d2e213 commit c914e05

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Examples/iOSDemoObjC/iOSDemoObjC/SocketManager.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
//
55

66
#import "SocketManager.h"
7+
#import "NWSSEParser.h"
78

89
NSNotificationName const SocketManagerDidUpdateNotification = @"SocketManagerDidUpdate";
910

Examples/iOSDemoObjC/iOSDemoObjC/Views/SocketConnectionDemoViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#import "SocketConnectionDemoViewController.h"
77
#import "SocketManager.h"
8+
#import "NWSSEParser.h"
89

910
typedef NS_ENUM(NSInteger, SocketSection) {
1011
SocketSectionSettings = 0,

0 commit comments

Comments
 (0)