mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
FIXED: ivars warning fixes
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
@import "CPLocale.j"
|
@import "CPLocale.j"
|
||||||
|
|
||||||
@class CPNull
|
@class CPNull
|
||||||
|
@class CPDictionary
|
||||||
|
|
||||||
@global CPLocaleLanguageCode
|
@global CPLocaleLanguageCode
|
||||||
@global CPLocaleCountryCode
|
@global CPLocaleCountryCode
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
@import "CPDate.j"
|
@import "CPDate.j"
|
||||||
@import "CPLocale.j"
|
@import "CPLocale.j"
|
||||||
|
|
||||||
|
@class CPData
|
||||||
|
|
||||||
CPTimeZoneNameStyleStandard = 0;
|
CPTimeZoneNameStyleStandard = 0;
|
||||||
CPTimeZoneNameStyleShortStandard = 1;
|
CPTimeZoneNameStyleShortStandard = 1;
|
||||||
CPTimeZoneNameStyleDaylightSaving = 2;
|
CPTimeZoneNameStyleDaylightSaving = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user