Skip to content

Commit

Permalink
Improved sync and cleaned
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge0rges committed May 15, 2019
1 parent 82adafb commit eceb83d
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 253 deletions.
5 changes: 3 additions & 2 deletions Synaction/Connectivity Manager/ConnectivityManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@

@interface ConnectivityManager : NSObject

@property (nonatomic, assign) id<ConnectivityManagerDelegate> _Nullable delegate;
@property (nonatomic, assign) id<ConnectivityManagerDelegate> _Nullable synaction;
@property (nonatomic, weak) id<ConnectivityManagerDelegate> _Nullable delegate;
@property (nonatomic, weak) id<ConnectivityManagerDelegate> _Nullable synaction;

@property (strong, nonatomic) NSMutableArray<GCDAsyncSocket *> * _Nonnull allSockets;
@property (strong, nonatomic) GCDAsyncSocket * _Nullable hostSocket;

@property (readonly, strong, nonatomic) NSString * _Nullable hostName;

Expand Down
Loading

0 comments on commit eceb83d

Please sign in to comment.