conversations-classic-ios/ConversationsClassic/View/Screens/Attachments/AttachmentContactsPickerView.swift
2024-07-02 11:56:27 +02:00

9 lines
171 B
Swift

import SwiftUI
struct AttachmentContactsPickerView: View {
var body: some View {
Text("Contact Picker")
// Implement your contact picker here
}
}