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

Version Path
xcfit-2.0.7 XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.6 XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.6 Xcode7-Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.4 Xcode7-Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.4 XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.3 Xcode7-Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.3 XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift
xcfit-2.0.2 XCFit_Templates/XCFit/XCUI POM Test Bundle Base.xctemplate/HomeProtocol.swift