Skip to content

Commit

Permalink
Update AppDelegate.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Apr 7, 2024
1 parent a7e6abe commit debd72b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ParseUI/ParseUIDemo/Swift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
return true
}

func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
return ApplicationDelegate.shared.application(application, open:url, sourceApplication: sourceApplication, annotation: annotation)
}

// MARK: Test Data

private func setupTestData() {
Expand Down

0 comments on commit debd72b

Please sign in to comment.