1 2 3 4 5 6 7
import Foundation enum DataAccessService { static func hasAccess(to capability: DataCapability) -> Bool { false } }