The Write.as desktop (GUI) app for macOS.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
248 B

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