The Write.as desktop (GUI) app for macOS.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
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. }