blob: 2432370be4e81fba7e9bf1494ad6d2cffe8edb49 [file] [log] [blame]
Shih-wei Liaoea285162010-06-04 12:34:56 -07001/* For use with the objc_property.m PCH test */
2@interface TestProperties
3{
4 int value;
5 float percentage;
6}
7
8+ alloc;
9
10@property int value;
11@property float percentage;
12@end