// // AvatarStyle.swift // Tusker // // Created by Shadowfacts on 8/28/18. // Copyright © 2018 Shadowfacts. All rights reserved. // import Foundation enum AvatarStyle: String, Codable { case roundRect, circle }