// // Created by Matt Baer on 8/2/17. // Copyright (c) 2017 A Bunch Tell. All rights reserved. // import Foundation struct Constants { static let draftDir = "\(NSHomeDirectory())/.writeas" static let draftFile = "\(draftDir)/draft.txt" }