Skip to content

Commit

Permalink
Added missing code
Browse files Browse the repository at this point in the history
  • Loading branch information
juicyfru1t committed Oct 1, 2024
1 parent dc7818c commit 1b0ac62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
Nivelir: b98cb72be40810c56abaf245adc195914ac1ea2d
Nivelir: a4b1ba7ecebed46bd55d543adc2de9efed695207
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25

PODFILE CHECKSUM: da8b281ef18accce1d0505caaeb1d708354daf4e

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
2 changes: 2 additions & 0 deletions Sources/Addons/BottomSheet/BottomSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import Foundation
@MainActor
public struct BottomSheet: Sendable {

public static let `default` = Self()

public let detents: [BottomSheetDetent]
public let selectedDetentKey: BottomSheetDetentKey?

Expand Down

0 comments on commit 1b0ac62

Please sign in to comment.