struct SharingState: Stateable { var sharingShown: Bool } // MARK: Init extension SharingState { init() { sharingShown = false } }