mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
9 lines
No EOL
116 B
Swift
9 lines
No EOL
116 B
Swift
import Foundation
|
|
|
|
public class GypSwiftTest {
|
|
let myProperty = false
|
|
|
|
init() {
|
|
self.myProperty = true
|
|
}
|
|
} |