//
//  NSBundle+Extension.h
//  FormularLib
//
//  Created by 인식 조 on 12. 11. 28..
//  Copyright (c) 2012년 장재휴. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface NSBundle (Extension)
+(NSBundle *)resourceBundle;
@end
