Created
March 21, 2021 02:15
-
-
Save MatthewWaller/781b364f2b0213849648dc120dca4570 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
struct PDFTrapperApp: App { | |
var body: some Scene { | |
DocumentGroup(newDocument: PDFTrapperDocument()) { file in | |
ContentView(document: file.$document, fileURL: file.fileURL) | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment