Skip to content

Instantly share code, notes, and snippets.

@ilanoh
Created April 28, 2015 18:07
Show Gist options
  • Save ilanoh/d4672ea7b4c367dbe394 to your computer and use it in GitHub Desktop.
Save ilanoh/d4672ea7b4c367dbe394 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
#import <AVFoundation/AVFoundation.h>
@interface ViewController : UIViewController <AVAudioRecorderDelegate, AVAudioPlayerDelegate>
@property (weak, nonatomic) IBOutlet UIButton *playButton;
- (void)longPressed:(UIGestureRecognizer *)longPress;
- (IBAction)playTapped:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment