API  1.0.0
CPViewController.h
Go to the documentation of this file.
1 
3 {
4  CPView _view // @accessors(property=view);
5  BOOL _isLoading;
6  BOOL _isLazy;
7  BOOL _isViewLoaded // @accessors(getter=isViewLoaded);
8 
9  id _representedObject // @accessors(property=representedObject);
10  CPString _title // @accessors(property=title);
11 
12  CPString _cibName // @accessors(property=cibName, readonly);
13  CPBundle _cibBundle // @accessors(property=cibBundle, readonly);
14  CPDictionary _cibExternalNameTable // @accessors(property=cibExternalNameTable, readonly);
15 }
16 @end
A mutable key-value pair collection.
Definition: CPDictionary.h:2
An immutable string (collection of characters).
Definition: CPString.h:2
Definition: CPView.j:137