diff --git a/iphone/Classes/TiUIAlertDialogProxy.h b/iphone/Classes/TiUIAlertDialogProxy.h index 460eb7d294c..0cfc76bc398 100644 --- a/iphone/Classes/TiUIAlertDialogProxy.h +++ b/iphone/Classes/TiUIAlertDialogProxy.h @@ -4,9 +4,9 @@ * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ -#import "TiProxy.h" +#import "TiViewProxy.h" -@interface TiUIAlertDialogProxy : TiProxy { +@interface TiUIAlertDialogProxy : TiViewProxy { @private UIAlertView *alert; UIAlertController* alertController;