Skip to content

Commit 69dd72a

Browse files
committed
trim import
1 parent 078a479 commit 69dd72a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import Foundation
66
import UIKit
7-
import UserNotifications
87

98
final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
109
var apiKey: String
@@ -362,7 +361,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
362361
private var config: IterableConfig
363362
private var apiEndPoint: String
364363

365-
// Following are needed for handling pending notification and deep link.
364+
/// Following are needed for handling pending notification and deep link.
366365
static var pendingNotificationResponse: NotificationResponseProtocol?
367366
static var pendingUniversalLink: URL?
368367

@@ -379,7 +378,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
379378
private var _email: String?
380379
private var _userId: String?
381380

382-
// the hex representation of this device token
381+
/// the hex representation of this device token
383382
private var hexToken: String?
384383

385384
private var launchOptions: [UIApplication.LaunchOptionsKey: Any]?
@@ -503,7 +502,6 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
503502
}
504503
}
505504

506-
// package private method. Do not call this directly.
507505
init(apiKey: String,
508506
launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil,
509507
config: IterableConfig = IterableConfig(),

0 commit comments

Comments
 (0)