//
//  TileMillSparklePrefsWindowController.h
//  TileMill
//
//  Copyright 2011-2014 Mapbox, Inc. All rights reserved.
//

#define TileMillProductionAppcastURL  [NSURL URLWithString:@"https://mapbox.com/tilemill/platforms/osx/appcast2.xml"]
#define TileMillDevelopmentAppcastURL [NSURL URLWithString:@"https://mapbox.com/tilemill/platforms/osx/appcast-dev.xml"]

@interface TileMillSparklePrefsWindowController : NSWindowController <NSWindowDelegate>

@end