Skip to content

Commit

Permalink
Remove sayHello test method
Browse files Browse the repository at this point in the history
  • Loading branch information
janpieterz committed Aug 30, 2024
1 parent ea90281 commit f75398d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/TrinsicUI/TrinsicUI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,4 @@ import AppKit

return (formattedLaunchUrl: updatedUrl, callbackURLScheme: callbackScheme, callbackURLHost: callbackHost, callbackURLPath: callbackPath)
}

@objc public func sayHello() -> String {
return "Hello from MyFramework!";
}
}

0 comments on commit f75398d

Please sign in to comment.