AppConstants.swift 326 B

123456789101112131415
  1. //
  2. // AppConstants.swift
  3. // scoutwatch
  4. //
  5. // Created by Dirk Hermanns on 26.12.15.
  6. // Copyright © 2015 private. All rights reserved.
  7. //
  8. import Foundation
  9. // Class that contains general constants used in different classes
  10. class AppConstants {
  11. internal static let APP_GROUP_ID = "group.com.$(unique_id).LoopFollow"
  12. }