Sha256: 111cac5231a6a06f90349dd3ff8b9eddfa3fc4ed427c5da9dce4081fa4de9119
Contents?: true
Size: 469 Bytes
Versions: 1
Compression:
Stored size: 469 Bytes
Contents
// // ShouldIEat.swift // XCFitDemo // // Created by Shashikant Jagtap on 30/07/2016. // Copyright © 2016 Shashikant Jagtap. All rights reserved. // import Foundation @objc(ShouldIEat) class ShouldIEat: NSObject, SlimDecisionTable { var hungry = "" func setHungry() -> String { return "no" } func execute() { } func eat() -> String { return "no" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xcfit-0.9.0 | XCFitDemo/XCFitAcceptanceTests/ShouldIEat.swift |