Bubble/Threaded/Components/PostAttachment.swift

14 lines
204 B
Swift
Raw Normal View History

2024-01-04 22:17:25 +01:00
//Made by Lumaa
import SwiftUI
struct PostAttachment: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
PostAttachment()
}