//
//  GTFramework.h
//  GTFramework
//
//  Created by LYJ on 15/6/2.
//  Copyright (c) 2015年 gt. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for GTFramework.
FOUNDATION_EXPORT double GTFrameworkVersionNumber;

//! Project version string for GTFramework.
FOUNDATION_EXPORT const unsigned char GTFrameworkVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <GTFramework/PublicHeader.h>

#import <GTFramework/GTUtils.h>
#import <GTFramework/GTManager.h>

