Write first version of Swift-based SAXParser.

This commit is contained in:
Brent Simmons
2024-08-18 17:25:29 -07:00
parent 65a18129ca
commit 4b646e42c2
4 changed files with 219 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
override init() {
xmlInitParser()
super.init()
appDelegate = self