API  1.0.0
CPAppearance.h
Go to the documentation of this file.
1 
2 @interface CPAppearance : CPObject
3 {
4  BOOL _allowsVibrancy // @accessors(property=allowsVibrancy);
5 
6  CPString _name;
7 }
8 @end
An immutable string (collection of characters).
Definition: CPString.h:2