API  0.9.6
 All Classes Files Functions Variables Macros Groups Pages
CPPopover.h
Go to the documentation of this file.
1 
2 @interface CPPopover : CPResponder
3 {
4  @outlet CPViewController _contentViewController // @accessors(property=contentViewController);
5  @outlet id _delegate // @accessors(getter=delegate);
6 
7  BOOL _animates // @accessors(property=animates);
8  int _appearance // @accessors(property=appearance);
9  int _behavior // @accessors(getter=behavior);
10 
11  _CPAttachedWindow _attachedWindow;
12  int _implementedDelegateMethods;
13 }
14 @end