From 1453f662e9bfd4eaacd6edee4f09e60521d46d45 Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Fri, 10 Jan 2014 16:53:31 +0000 Subject: iOS: animate the custom buttons used for the iPhone build --- platform/ios/Classes/TapImage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/ios/Classes/TapImage.h') diff --git a/platform/ios/Classes/TapImage.h b/platform/ios/Classes/TapImage.h index 43234474..af31ea5f 100644 --- a/platform/ios/Classes/TapImage.h +++ b/platform/ios/Classes/TapImage.h @@ -1,5 +1,9 @@ #import @interface TapImage : UIImageView +{ + id target; + SEL action; +} - (id)initWithResource:(NSString *)resource target:(id)obj action:(SEL)selector; @end -- cgit v1.2.3