Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Jul 12, 2023
1 parent 36d68e9 commit 8799b98
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ios/Nativebrik/Classes/generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ struct Color: Decodable {
struct Component: Decodable {
var __typename = "Component"
var id: ID?
var viewId: ID?
var view: UIBlockJSON?
}
enum FlexDirection: String, Decodable, Encodable {
case ROW = "ROW"
Expand Down Expand Up @@ -175,7 +173,6 @@ enum PropertyType: String, Decodable, Encodable {
struct Query: Decodable {
var __typename = "Query"
var data: JSON?
var component: Component?
var trigger: Component?
}
struct TriggerEventDef: Decodable {
Expand Down

0 comments on commit 8799b98

Please sign in to comment.