eduardoeof/Gollum

View on GitHub
Examples/ChangeBackgroundColor/ChangeBackgroundColor/MyAdorableABTest.swift

Summary

Maintainability
A
0 mins
Test Coverage
//
//  MyAdorableABTest.swift
//  Gollum
//
//  Created by eduardo.ferreira on 5/31/16.
//  Copyright © 2016 eduardoeof. All rights reserved.
//

import Foundation
import Gollum

enum MyAdorableABTest: Version {
    case A = "A:0.5"
    case B = "B:0.5"
}