changeset 15 | 73f8c889f053 |
parent 4 | d781b00f3ed4 |
1.1 --- a/Source/GGBTextLayer.h Tue Mar 11 17:09:50 2008 -0700 1.2 +++ b/Source/GGBTextLayer.h Wed Jul 09 17:07:45 2008 -0700 1.3 @@ -9,7 +9,7 @@ 1.4 #import "GGBLayer.h" 1.5 1.6 1.7 -#if TARGET_OS_ASPEN 1.8 +#if TARGET_OS_IPHONE 1.9 @interface GGBTextLayer : GGBLayer 1.10 { 1.11 NSString *_string; 1.12 @@ -39,7 +39,7 @@ 1.13 @end 1.14 1.15 1.16 -#if TARGET_OS_ASPEN 1.17 +#if TARGET_OS_IPHONE 1.18 /* Bit definitions for `autoresizingMask' property. */ 1.19 1.20 enum CAAutoresizingMask