Skip to content

Commit 19f0c17

Browse files
committed
Aesthetic tweaks
1 parent cd8ad9d commit 19f0c17

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

PusherSwift/PusherSwift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@
138138
3389F5751CAEDE2800563F49 /* PusherGlobalChannel.swift */,
139139
3389F5711CAEDDF300563F49 /* PusherChannels.swift */,
140140
3341A3391D819FBC007191AD /* NativePusher.swift */,
141-
33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */,
142141
3390D1E51F054D0400E1944D /* AuthRequestBuilderProtocol.swift */,
143142
3390D1E71F054D1E00E1944D /* Authorizer.swift */,
143+
33C1FD6E1D81BFC300921AD7 /* ObjectiveC.swift */,
144144
33C0D2E71CB5C54C003FE13E /* Dependencies */,
145145
33831CD61A9CFFF200B124F1 /* PusherSwift.h */,
146146
33831C8C1A9CF61600B124F1 /* Supporting Files */,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import Foundation
22

33
@objc public protocol AuthRequestBuilderProtocol {
4+
@objc optional func requestFor(socketID: String, channelName: String) -> URLRequest?
5+
46
@available(*, deprecated: 4.0.2, message: "use requestFor(socketID: String, channelName: String) -> URLRequest? instead")
57
@objc optional func requestFor(socketID: String, channel: PusherChannel) -> NSMutableURLRequest?
6-
7-
@objc optional func requestFor(socketID: String, channelName: String) -> URLRequest?
88
}

Sources/Authorizer.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Foundation
22

33
@objc public protocol Authorizer {
4-
@objc func fetchAuthValue(socketID: String, channelName: String,
5-
completionHandler: @escaping (PusherAuth?) -> ())
4+
@objc func fetchAuthValue(socketID: String, channelName: String, completionHandler: @escaping (PusherAuth?) -> ())
65
}

0 commit comments

Comments
 (0)