Skip to content

Commit

Permalink
ios: Add missing @objcMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickey Reiss committed Oct 3, 2018
1 parent 87f7b7f commit 631585a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion langs/ios/ios.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ extension {{.Name | toCamel}}: CustomDebugStringConvertible {
{{- else}}
// TODO: Add documentation to {{.Name}} in firemodel schema.
{{- end}}
class {{.Name | toCamel }}: Pring.Object {
@objcMembers class {{.Name | toCamel }}: Pring.Object {
{{- range .Fields}}
{{- if .Comment}}
// {{.Comment}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extension TestDirection: CustomDebugStringConvertible {
}

// TODO: Add documentation to TestStruct in firemodel schema.
class TestStruct: Pring.Object {
@objcMembers class TestStruct: Pring.Object {
// TODO: Add documentation to where in firemodel schema.
var where: String?
// TODO: Add documentation to how_much in firemodel schema.
Expand Down

0 comments on commit 631585a

Please sign in to comment.