linphone-iphone/Linphone/UI/Main/Meetings/MeetingsView.swift
2024-04-19 15:47:25 +02:00

18 lines
277 B
Swift

//
// MeetingsView.swift
// Linphone
//
// Created by QuentinArguillere on 18/04/2024.
//
import SwiftUI
struct MeetingsView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
MeetingsView()
}