Sha256: 76bbed7c95d6734213f5b22b3e819cb9f3c419737dd5dbd42985c8be40a342fe
Contents?: true
Size: 417 Bytes
Versions: 8
Compression:
Stored size: 417 Bytes
Contents
// // SniffingView.h // iCuke // // Created by Rob Holland on 08/03/2010. // Copyright 2010 The IT Refinery. All rights reserved. // #import <Foundation/Foundation.h> @interface SniffingView : UIView { } - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event; - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event; - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event; @end
Version data entries
8 entries across 8 versions & 1 rubygems