//
// Prefix header for all source files of the 'Yoni' target in the 'Yoni' project
//

#import <Availability.h>

#ifndef __IPHONE_3_0
    #warning "This project uses features only available in iOS SDK 3.0 and later."
#endif


#ifdef __OBJC__

    #import <UIKit/UIKit.h>
    #import <Foundation/Foundation.h>

    #import "Utility.h"
    #import "AppConfig.h"

    #define IS_IPHONE_5 ( [ [ UIScreen mainScreen ] bounds ].size.height == 568 )
    #define weight 80
    #define height_tab_bar 54

#endif
