Skip to content

Commit

Permalink
added section items (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Chernyy <[email protected]>
  • Loading branch information
alexchornyi and pingus-nikalex authored Jul 5, 2021
1 parent 96a5bf0 commit f102355
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Models/HCert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public struct InfoSection {
public var content: String
public var style = InfoSectionStyle.normal
public var isPrivate = false
public var sectionItems: [InfoSection] = []
public var isExpanded: Bool = false
}

public struct HCertConfig {
Expand Down

0 comments on commit f102355

Please sign in to comment.