

Nextrek
@ 67
Nextrek / iOS / Emmanuele Rossi / Mostri / Mostri / VC / ScratchVCViewController.h
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
// // ScratchVCViewController.h // Mostri // // Created by Fabrizio on 24/07/13. // // #import <UIKit/UIKit.h> #import "CustomPageControl.h" #import "ImageMaskView.h" @interface ScratchVCViewController : UIViewController <UIScrollViewDelegate, ImageMaskFilledDelegate> @property (nonatomic, retain) NSMutableArray *personaggiItems; @property (unsafe_unretained, nonatomic) IBOutlet UIScrollView *pageScrollView; @property (unsafe_unretained, nonatomic) IBOutlet CustomPageControl *pageControl; @property (nonatomic, strong) IBOutlet UIButton *backToChapterBtn; @property (nonatomic, strong) IBOutlet UILabel *nomeMostro; @property (nonatomic, strong) IBOutlet UIButton *goNext; @property (nonatomic, strong) IBOutlet UIButton *goPrev; @property (nonatomic, strong) UIImage * blurImage; - (IBAction)doBackToChapter; - (IBAction)doBack; //- (IBAction)doAscoltaMostro; - (void) createPersonaggiItems; @end |
Commits for Nextrek/iOS/Emmanuele Rossi/Mostri/Mostri/VC/ScratchVCViewController.h
Revision | Author | Commited | Message |
---|---|---|---|
67 |
![]() |
Thu 23 Jan, 2014 14:31:55 +0000 | Emmanuele Rossi apps |