//
//  ENCommonUtils.h
//  evernote-sdk-ios
//
//  Created by Eric Cheng on 9/29/14.
//  Copyright (c) 2014 Evernote Corporation. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface ENCommonUtils : NSObject

BOOL IsIOS8();
BOOL IsEvernoteInstalled();

@end
