// // O2Color.swift // O2Platform // // Created by FancyLou on 2018/7/25. // Copyright © 2018 zoneland. All rights reserved. // import Foundation struct O2Color { // style static let primaryColor = UIColor(hex: "#FB4747") // text static let textHintColor = UIColor(hex: "#CCCCCC") static let textPrimaryColor = UIColor(hex: "#666666") }