File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,7 @@ public protocol MTAPIServiceTaskProtocol {
193
193
func cancel( )
194
194
}
195
195
196
+ /// Wrapper class for URLSessionDataTask, provided to cancel the ongoing api request
196
197
public final class MTAPIServiceTask : MTAPIServiceTaskProtocol {
197
198
private let sessionTask : URLSessionDataTask
198
199
@@ -208,7 +209,7 @@ public final class MTAPIServiceTask: MTAPIServiceTaskProtocol {
208
209
}
209
210
}
210
211
211
- public final class APIPlaceholderServiceTask : MTAPIServiceTaskProtocol {
212
+ final class APIPlaceholderServiceTask : MTAPIServiceTaskProtocol {
212
213
213
214
public var taskId : UUID = UUID ( )
214
215
Original file line number Diff line number Diff line change 8
8
import Foundation
9
9
import Combine
10
10
11
+ /// Helper class to work with [Mail.tm](https://mail.tm) messages
11
12
open class MTMessageService {
12
13
13
14
private let apiService : APIServiceProtocol
You can’t perform that action at this time.
0 commit comments