Sha256: 2dd863c25ceb63ef70d7acdf5338a660a948ae239763ea044d4f32c43309e6fe
Contents?: true
Size: 678 Bytes
Versions: 8
Compression:
Stored size: 678 Bytes
Contents
// // HomeProtocol.swift // 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. Swift is protocol oriented language so feel to start with Protocol per scren. Here is example of sample protocol for the homescreen. We can implement this protocol in the XCTest method as needed or we can write some extensions to support Testing. */ import Foundation import XCTest protocol HomeProtocol { func launchApp() func tapHomebutton() }
Version data entries
8 entries across 5 versions & 1 rubygems