init()
Initializes a new paste configuration.
Declaration
init()Return Value
A paste configuration that has no acceptable uniform type identifiers (UTIs).
Discussion
Use this initializer to create a paste configuration that has an empty acceptableTypeIdentifiers array. After you create the paste configuration, you can use its addAcceptableTypeIdentifiers(_:) method or addTypeIdentifiers(forAccepting:) method to add acceptable UTIs to the array.