|
@@ -44,9 +44,7 @@ class NCService: NSObject {
|
|
|
|
|
|
addInternalTypeIdentifier()
|
|
addInternalTypeIdentifier()
|
|
requestServerStatus()
|
|
requestServerStatus()
|
|
- requestUserProfile()
|
|
|
|
-
|
|
|
|
- testAPI()
|
|
|
|
|
|
+ requestUserProfile()
|
|
}
|
|
}
|
|
|
|
|
|
// MARK: -
|
|
// MARK: -
|
|
@@ -280,13 +278,6 @@ class NCService: NSObject {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
- // MARK: -
|
|
|
|
-
|
|
|
|
- private func testAPI() {
|
|
|
|
-
|
|
|
|
- return
|
|
|
|
- }
|
|
|
|
|
|
|
|
// MARK: -
|
|
// MARK: -
|
|
|
|
|