psineur / Tile-Cutter

Mac OS X application for splitting large images up into tiles
MIT License
11 stars 4 forks source link

Missing Synthesize #7

Open ralphleon opened 12 years ago

ralphleon commented 12 years ago

In TileCutterCore.m a synthesize is missing:

@synthesize tileRowCount, tileColCount, progressCol, progressRow;