File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,8 @@ public protocol StreamDelegate : class {
248
248
extension Stream . PropertyKey {
249
249
public static let socketSecurityLevelKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertySocketSecurityLevel " )
250
250
public static let socksProxyConfigurationKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertySOCKSProxy " )
251
- public static let dataWrittenToMemoryStreamKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyDataWritten " ) public static let fileCurrentOffsetKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyFileCurrentOffset " )
251
+ public static let dataWrittenToMemoryStreamKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyDataWritten " )
252
+ public static let fileCurrentOffsetKey = Stream . PropertyKey ( rawValue: " kCFStreamPropertyFileCurrentOffset " )
252
253
public static let networkServiceType = Stream . PropertyKey ( rawValue: " kCFStreamNetworkServiceType " )
253
254
}
254
255
You can’t perform that action at this time.
0 commit comments