declare setTileSideLength:
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -51,6 +51,7 @@ | @@ -51,6 +51,7 @@ | ||
51 | -(void) networkOperationsNotification: (NSNotification*) notification; | 51 | -(void) networkOperationsNotification: (NSNotification*) notification; |
52 | 52 | ||
53 | -(int) tileSideLength; | 53 | -(int) tileSideLength; |
54 | +-(void) setTileSideLength: (NSUInteger) aTileSideLength; | ||
54 | 55 | ||
55 | -(float) minZoom; | 56 | -(float) minZoom; |
56 | -(float) maxZoom; | 57 | -(float) maxZoom; |
-
Please register or login to post a comment