diff --git a/ios/Plugin/DailyNotificationPlugin.swift b/ios/Plugin/DailyNotificationPlugin.swift index 5114dda..456c5e2 100644 --- a/ios/Plugin/DailyNotificationPlugin.swift +++ b/ios/Plugin/DailyNotificationPlugin.swift @@ -22,7 +22,7 @@ import os.log * @version 1.1.0 * @created 2025-09-22 09:22:32 UTC */ -@objc(DailyNotificationPlugin) +@objc(DailyNotification) public class DailyNotificationPlugin: CAPPlugin { static let logger = OSLog(subsystem: "com.timesafari.dailynotification", category: "Plugin")