//
//  BaseCustom.h
//  Nicola Smyth
//
//  Created by Nguyen Hieu on 1/22/13.
//
//

#import <UIKit/UIKit.h>
#import "FontBaseCustom.h"
#import "AppDelegate.h"
#import "TextFiledCustom.h"
#import "Utility.h"
#import "CustomTextContact.h"

@interface BaseCustom : FontBaseCustom 
{
    CustomTextContact *tvHeader;
}

@end
