git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69526
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
-@interface wxUIContentView : wxUIView
+@interface wxUIContentView : UIView
{
wxUIContentViewController* _controller;
}
{
wxUIContentViewController* _controller;
}
++ (void)initialize
+{
+ static BOOL initialized = NO;
+ if (!initialized)
+ {
+ initialized = YES;
+ wxOSXIPhoneClassAddWXMethods( self );
+ }
+}
+
@end
@implementation wxUIContentViewController
@end
@implementation wxUIContentViewController