Skip to content

Commit 25c7e59

Browse files
committed
Adds public initializer to NetworkActivityPlugin
1 parent 9ea13b2 commit 25c7e59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Core/NetworkActivityPlugin.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ public class NetworkActivityPlugin : Plugin {
4242
}
4343
}
4444

45+
public init() {}
46+
4547
public func willSendRequest(request: NSURLRequest?) {
4648
self.dynamicType.networkActivityCount++
4749
}

0 commit comments

Comments
 (0)