virtual ~wxNonOwnedWindowIPhoneImpl();
- virtual void Destroy() ;
+ virtual void WillBeDestroyed() ;
void Create( wxWindow* parent, const wxPoint& pos, const wxSize& size,
long style, long extraStyle, const wxString& name ) ;
@end
+ @interface wxUIView : UIView
+ {
+ }
+
+ @end // wxUIView
+
void WXDLLIMPEXP_CORE wxOSXIPhoneClassAddWXMethods(Class c);
#endif