Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
CrazyWebTemps
CrazyWebTemps
/
t
/
t4018
/
swift-attribute-with-args
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
text
7 lines
133 Bytes
Copy permalink
Copy
Raw
1
struct View {
2
@available(iOS 13, *) public func RIGHT() {
3
let a = 1
4
// a comment
5
print(ChangeMe)
6
}
7
}