//
//  TestAppConstants.m
//  Squirrel
//
//  Created by Keith Duncan on 05/02/2014.
//  Copyright (c) 2014 GitHub. All rights reserved.
//

#import "TestAppConstants.h"

NSString * const SQRLTestAppUpdaterStateTransitionNotificationName = @"com.github.Squirrel.TestApplication.state-changed";

NSString * const SQRLTestAppUpdaterStateKey = @"state";
