//
//  NSString+EOCoreExtensions.h
//  EOCore
//
//  Created by ohernandezltkmac on 3/7/19.
//  Licensed Materials - Property of IBM
//  (C) Copyright IBM Corp. 2019
//  US Government Users Restricted Rights - Use, duplication or disclosure
//  restricted by GSA ADP Schedule Contract with IBM Corp.
//
#import <Foundation/Foundation.h>

@interface NSString (EOCoreExtensions)

/*!
 * @abstract Get the class name to a formatted NSString removing any swift additions.
 * @discussion The class name to a formatted NSString removing any swift additions..
 * @return The class name to a formatted NSString removing any swift additions.
 */
-(NSString *)tealeafClass;
@end
