Subversion Repository Public Repository

Nextrek

Diff Revisions 588 vs 595 for /iOS/SafariArte/trunk/SafariArte/Commodities/DataManager.h

Diff revisions: vs.
  @@ -53,6 +53,10 @@
53 53 - (NSString *)getTime;
54 54 - (NSString *)getTimeForRoute:(SFAPercorso*)route;
55 55 -(BOOL) saveClues:(SFAPercorso*)route ;
56 +
57 + -(UIImage*)imageWithImage: (UIImage*) sourceImage scaledToWidth: (float) i_width;
58 +
59 +
56 60 - (void) timeInc;
57 61 - (void)setCellColorforTableview:(UITableView*)tableview withColor:(UIColor *)color forIndexPath:(NSIndexPath*)indexPath andDuration:(int)duration;
58 62 - (BOOL)testInternetConnection;