//
//  NWObjCUtils.h
//  Newton
//
//  Created by Alessandro Castrucci on 20/11/15.
//  Copyright © 2015 d-MobileLab S.p.A. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface NWObjCUtils : NSObject

+(BOOL) isDevelopmentApp;

@end
