gitextract_6bh629f5/ ├── Consent.podspec ├── LICENSE ├── README.md ├── demo-ios/ │ ├── Gdpr/ │ │ ├── AppDelegate.swift │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── Contents.json │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.storyboard │ │ │ └── Main.storyboard │ │ ├── InMemoryDataSource.swift │ │ ├── Info.plist │ │ ├── NavigationViewController.swift │ │ ├── SimpleViewController.swift │ │ ├── TableViewController.swift │ │ └── ViewController.swift │ └── Gdpr.xcodeproj/ │ ├── project.pbxproj │ ├── project.xcworkspace/ │ │ ├── contents.xcworkspacedata │ │ ├── xcshareddata/ │ │ │ └── IDEWorkspaceChecks.plist │ │ └── xcuserdata/ │ │ ├── cristi.xcuserdatad/ │ │ │ └── UserInterfaceState.xcuserstate │ │ └── cristianbaluta.xcuserdatad/ │ │ └── UserInterfaceState.xcuserstate │ └── xcuserdata/ │ ├── cristi.xcuserdatad/ │ │ ├── xcdebugger/ │ │ │ └── Breakpoints_v2.xcbkptlist │ │ └── xcschemes/ │ │ └── xcschememanagement.plist │ └── cristianbaluta.xcuserdatad/ │ └── xcschemes/ │ └── xcschememanagement.plist └── src/ ├── CloudKitViewControllerHeader.swift ├── ConsentKit.swift ├── ConsentKitCell.swift ├── ConsentKitCell.xib ├── ConsentKitCellProtocol.swift ├── ConsentKitServices.swift ├── ConsentKitTableViewDataSource.swift ├── ConsentKitUserDefaultsDataSource.swift └── ConsentKitViewController.swift