Skip to content

Commit debd72b

Browse files
committed
Update AppDelegate.swift
1 parent a7e6abe commit debd72b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ParseUI/ParseUIDemo/Swift/AppDelegate.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
4242
return true
4343
}
4444

45-
func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
46-
return ApplicationDelegate.shared.application(application, open:url, sourceApplication: sourceApplication, annotation: annotation)
47-
}
48-
4945
// MARK: Test Data
5046

5147
private func setupTestData() {

0 commit comments

Comments
 (0)