Skip to content

Commit

Permalink
Merge pull request #8379 from hansemannn/TIMOB-14763
Browse files Browse the repository at this point in the history
[TIMOB-14763] iOS: Fix titleid/messageid in Ti.UI.AlertDialog
  • Loading branch information
cheekiatng committed Sep 22, 2016
2 parents 6e125fe + c006c65 commit dcdb7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/Classes/TiUIAlertDialogProxy.h
Original file line number Diff line number Diff line change
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 dcdb7a9

Please sign in to comment.