Skip to content

Commit

Permalink
[TIMOB-14763] Fix titleid/messageid in AlertDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Knoechel authored and Hans Knoechel committed Sep 14, 2016
1 parent a8aceea commit c006c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiUIAlertDialogProxy.h
Expand Up @@ -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<UIAlertViewDelegate> {
@interface TiUIAlertDialogProxy : TiViewProxy<UIAlertViewDelegate> {
@private
UIAlertView *alert;
UIAlertController* alertController;
Expand Down

0 comments on commit c006c65

Please sign in to comment.