Skip to content

Commit

Permalink
Access for model updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumthasir mohammed authored and georgepadayatti committed Nov 14, 2023
1 parent 1f8d71e commit 97ed98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protocol ConsentListingResponseWrapper {
}

// MARK: - DataAttribute
public class DataAttribute {
class DataAttribute {
var id, version: String?
var name, description: String?
var sensitivity: Bool?
Expand Down
2 changes: 1 addition & 1 deletion PrivacyDashboardiOS/Classes/Model/Organisation/Count.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import Foundation
import SwiftyJSON

public class Count: CountWrapper {
class Count: CountWrapper {
var consented : Int?
var total : Int?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ protocol PurposeConsentWrapper {
var purpose : Purpose? { get }
}

public protocol PurposeConsentWrapperV2 {
protocol PurposeConsentWrapperV2 {
var count : Count? { get }
var descriptionField : String? { get }
var iD : String? { get }
Expand Down

0 comments on commit 97ed98b

Please sign in to comment.