Package apple.foundation.enums
Class NSPostingStyle
- java.lang.Object
-
- apple.foundation.enums.NSPostingStyle
-
public final class NSPostingStyle extends java.lang.Object
-
-
Field Detail
-
WhenIdle
public static final long WhenIdle
- See Also:
- Constant Field Values
-
ASAP
public static final long ASAP
- See Also:
- Constant Field Values
-
Now
public static final long Now
- See Also:
- Constant Field Values
-
-