diff --git a/ios/Temp/UIPresentationController+UniqueIdentifierSynthesizing.swift b/ios/Temp/UIPresentationController+UniqueIdentifierSynthesizing.swift new file mode 100644 index 00000000..87efde29 --- /dev/null +++ b/ios/Temp/UIPresentationController+UniqueIdentifierSynthesizing.swift @@ -0,0 +1,16 @@ +// +// UIPresentationController+UniqueIdentifierSynthesizing.swift +// react-native-ios-modal +// +// Created by Dominic Go on 9/27/24. +// + +import UIKit + + +extension UIPresentationController: UniqueIdentifierSynthesizing { + // empty requirements +}; + + + diff --git a/ios/Temp/NSObject+UniqueIdentifierSynthesizing.swift b/ios/Temp/UIViewController+UniqueIdentifierSynthesizing.swift similarity index 77% rename from ios/Temp/NSObject+UniqueIdentifierSynthesizing.swift rename to ios/Temp/UIViewController+UniqueIdentifierSynthesizing.swift index 1524b665..aadaeac7 100644 --- a/ios/Temp/NSObject+UniqueIdentifierSynthesizing.swift +++ b/ios/Temp/UIViewController+UniqueIdentifierSynthesizing.swift @@ -9,6 +9,6 @@ import Foundation import DGSwiftUtilities -extension NSObject: UniqueIdentifierSynthesizing { +extension UIViewController: UniqueIdentifierSynthesizing { // empty requirements };