Skip to content

Commit

Permalink
Update type_encoding.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Dec 16, 2023
1 parent 69908ea commit c4e9cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/objc/type_encoding.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func getPropertyAttributeTypes(attrs string) string {
case propertyWeak:
attrsList = append(attrsList, "weak")
case propertyDynamic:
attrsList = append(attrsList, "dynamic")
attrsList = append(attrsList, "@dynamic")
case propertyStrong:
attrsList = append(attrsList, "collectable")
}
Expand Down

0 comments on commit c4e9cad

Please sign in to comment.