Sha256: 0cd1ab676bd61280b1458b3f490386bcc9ec0c2c0d13ce154506064ac7bbc572
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
// // RUViewController.h // RufusApp // // Created by Jeremy Stewart on 8/15/13. // Copyright (c) 2013 Northwoods. All rights reserved. // #import <UIKit/UIKit.h> @interface RUViewController : UIViewController <UIAlertViewDelegate> @property (weak, nonatomic) IBOutlet UIButton *showAlertButton; @property (weak, nonatomic) IBOutlet UIButton *rufusButton; - (IBAction)toRufusPage:(id)sender; - (IBAction)showAlert:(id)sender; @end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rufus-0.3 | RufusApp/RufusApp/RUViewController.h |