- //
- // AppConstants.swift
- // scoutwatch
- //
- // Created by Dirk Hermanns on 26.12.15.
- // Copyright © 2015 private. All rights reserved.
- //
- import Foundation
- // Class that contains general constants used in different classes
- class AppConstants {
- internal static let APP_GROUP_ID = "group.com.$(unique_id).LoopFollow"
- }
|