Subversion Repository Public Repository

Nextrek

Diff Revisions 1153 vs 1154 for /iOS/Emmanuele Rossi/REWORKMostri/NewMostri/VC/Reader/ReaderVC.h

Diff revisions: vs.
  @@ -32,7 +32,7 @@
32 32 //@property (nonatomic) int AdMultiplier
33 33
34 34 @property (strong, nonatomic) NSURL *urlToPlay;
35 - @property (strong, nonatomic) IBOutlet UIWebView *contentWebView;
35 + @property (strong, nonatomic) IBOutlet WKWebView *contentWebView;
36 36 @property (strong, nonatomic) IBOutlet UIView *fadeView;
37 37
38 38 @property (strong, nonatomic) IBOutlet UIButton *goBackButton;
  @@ -44,6 +44,7 @@
44 44
45 45 @property (strong, nonatomic) AVAudioPlayer *mp;
46 46
47 + @property (strong, nonatomic) IBOutlet UIButton *Close;
47 48 @property (strong, nonatomic) IBOutlet UISlider *slider;
48 49 - (IBAction)doChangeAudioInstantFromSlider;
49 50
  @@ -51,7 +52,8 @@
51 52
52 53 - (IBAction)doPlayPause;
53 54 - (IBAction)doGoOnGoBack:(id)sender;
54 - - (IBAction)doBack;
55 +
56 + - (IBAction)Close:(id)sender;
55 57
56 58 - (IBAction)doSyncImages;
57 59 - (void) chapterToShow:(int)index;