Fixed: CPAlertDelegate protocol does not implement CPObject protocol

This commit is contained in:
Alexandre Wilhelm
2013-12-09 01:24:51 -08:00
parent b81a325b28
commit fa3ebf2ca7
+1 -1
View File
@@ -62,7 +62,7 @@ CPCriticalAlertStyle = 2;
var bottomHeight = 71;
@protocol CPAlertDelegate
@protocol CPAlertDelegate <CPObject>
@optional
- (BOOL)alertShowHelp:(CPAlert)alert;