conversations-classic-ios/ConversationsClassic/View/Screens/Attachments/AttachmentContactsPickerView.swift

9 lines
171 B
Swift
Raw Normal View History

2024-07-02 09:56:27 +00:00
import SwiftUI
struct AttachmentContactsPickerView: View {
var body: some View {
Text("Contact Picker")
// Implement your contact picker here
}
}