Sha256: e81d4bf3d487154e500f318f37f0700530f533d0a12e311c81e915d830f9e9e2
Contents?: true
Size: 441 Bytes
Versions: 8
Compression:
Stored size: 441 Bytes
Contents
// // // Created by XCFit Framework // Copyright © 2016 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
8 entries across 8 versions & 1 rubygems