Skip to content

Commit

Permalink
fix: switch WebViewOptions and WebViewScrollViewOptions to classes (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul authored Sep 23, 2023
1 parent 3b2c322 commit 0adacb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Peregrine/WebViewOptions.swift
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
public struct WebViewScrollViewOptions {
public class WebViewScrollViewOptions {
public var bounces = false
}

public struct WebViewOptions {
public class WebViewOptions {
public let scrollView = WebViewScrollViewOptions()

public init() {}
Expand Down

0 comments on commit 0adacb8

Please sign in to comment.