Sha256: 38428d7b40ad6c0d93ae433725f62582155f5462d6f4d98137828a4ce414dec6
Contents?: true
Size: 440 Bytes
Versions: 9
Compression:
Stored size: 440 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2017 XCFit Framework. All rights reserved. // /* This is sample code created by XCFit Framework and can be edited/Removed as per your project need. You can also re-arrange Xcode Groups and directories as per your need. This file is a protocol with all the requirements for the specific feature. */ import Foundation import XCTest protocol Feature { func testAppIsRunning() }
Version data entries
9 entries across 6 versions & 1 rubygems