mirror of
https://github.com/zhigang1992/Po-pomodoro.git
synced 2026-01-12 17:32:55 +08:00
10 lines
267 B
C
10 lines
267 B
C
// General defines
|
|
|
|
#define userDefaults [NSUserDefaults standardUserDefaults]
|
|
|
|
#define IPAD (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad)
|
|
|
|
// User Defaults constants
|
|
|
|
#define wasLaunchedBefore @"wasLaunchedBefore"
|
|
#define pomodoroHistory @"pomodoroHistory" |