Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
underthestars-zhy committed Apr 29, 2023
1 parent 5dae753 commit 8724f82
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let mobbinAPI = MobbinAPI(userInfo: UserInfo(...), token: Token(...))

```swift
struct UserInfo {
...
...
}
```

Expand Down Expand Up @@ -74,7 +74,7 @@ After a successful login, MobbinAPI can obtain a token, which will be used in al

```swift
struct Token {
...
...
}
```

Expand Down Expand Up @@ -122,7 +122,7 @@ let iOSAppsCount = try await mobbinAPI.iOSAppsCount

```swift
struct App {
....
....
}
```

Expand Down Expand Up @@ -169,7 +169,7 @@ Mobbin can provide all the screens snapshots of the app.

```swift
struct Screen {
....
....
}
```

Expand All @@ -196,7 +196,7 @@ Mobbin can provide the entire flows of the app, which consists of a series of sc

```swift
struct Flow {
....
...
}
```

Expand All @@ -213,10 +213,10 @@ struct Flow {

```swift
struct Flow {
...
struct Screen {
....
}
...
struct Screen {
....
}
}
```

Expand Down

0 comments on commit 8724f82

Please sign in to comment.