Updated Branches: refs/heads/master 27de7de31 -> 9facafb4f
[CB-3021] Can no longer import CDVPlugin.h from plugin Objective-C++ code Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/9facafb4 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/9facafb4 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/9facafb4 Branch: refs/heads/master Commit: 9facafb4f96c7f81097a9424505398821589ba54 Parents: 27de7de Author: Shazron Abdullah <[email protected]> Authored: Thu Apr 11 13:06:23 2013 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Thu Apr 11 13:06:23 2013 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/CDVPlugin.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9facafb4/CordovaLib/Classes/CDVPlugin.h ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVPlugin.h b/CordovaLib/Classes/CDVPlugin.h index 6e25a27..33ba1c4 100644 --- a/CordovaLib/Classes/CDVPlugin.h +++ b/CordovaLib/Classes/CDVPlugin.h @@ -23,10 +23,10 @@ #import "NSMutableArray+QueueAdditions.h" #import "CDVCommandDelegate.h" -NSString* const CDVPageDidLoadNotification; -NSString* const CDVPluginHandleOpenURLNotification; -NSString* const CDVPluginResetNotification; -NSString* const CDVLocalNotification; +extern NSString* const CDVPageDidLoadNotification; +extern NSString* const CDVPluginHandleOpenURLNotification; +extern NSString* const CDVPluginResetNotification; +extern NSString* const CDVLocalNotification; @interface CDVPlugin : NSObject {}
