Pool declarations and variable declarations are defined in declaration methods, which contain specially formatted comments as their method bodies. Declaration methods do not contain executable code.The selector of a declaration method is prefixed with _PRAGMA_, which must be capitalized. A recommended naming convention uses a descriptive name that applies to the group of declarations, such as the name of the pool being declared.
•
•
|