Skip to content

Commit

Permalink
refactor(view): remove id property
Browse files Browse the repository at this point in the history
  • Loading branch information
mlbonniec committed May 6, 2024
1 parent c417efd commit 7d67d8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/OnBoardingKit/Models/OnBoardingModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ extension OnBoardingKit {
}

public protocol OnBoarding {
var id: String? { get }

var image: ImageStyle? { get }

var title: Text { get }
Expand Down

0 comments on commit 7d67d8a

Please sign in to comment.