APSManager.swift 43 B

1234
  1. protocol APSManager {
  2. func runTest()
  3. }