Skip to content

Commit

Permalink
Made the connectivity manager public
Browse files Browse the repository at this point in the history
  • Loading branch information
Ge0rges committed Jun 8, 2017
1 parent ebfd3cd commit 94d6bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Synaction/Synaction.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ typedef void(^ _Nullable calibrationBlock)(NSArray <MCPeerID *> * _Nullable peer
@property (nonatomic, readonly) uint64_t maxNumberOfCalibrations;// The number of calibrations to be used to calculate the averaga offset offset
@property (nonatomic, readonly) uint64_t latencyWithHost;// The calculated latency between the peer and host. Only on peer.
@property (nonatomic, readonly) int64_t hostTimeOffset;// The calculated offset between the peer and the host. Only on peer.
@property (strong, nonatomic) ConnectivityManager * _Nonnull connectivityManager;// The accompanying connectivity manager.

@end

0 comments on commit 94d6bf5

Please sign in to comment.