mirror of
https://github.com/appwrite/sdk-for-apple.git
synced 2026-06-06 19:28:04 +00:00
8 lines
142 B
Swift
8 lines
142 B
Swift
import SwiftUI
|
|
|
|
struct ImagePicker {
|
|
@Binding var selectedImage: OSImage
|
|
|
|
@Environment(\.presentationMode) var presentationMode
|
|
}
|