#import "HDIconFont.h"
//HDIconFont Register
[[HDIconFont instance] initWithConfig:@{
@(HDFontPath):@"iconfont.ttf",
@(HDFontName):@"iconfont",
@(HDFontString):
@{
@"tab_home_icon":@"U0000e603"
}
}];
HDIconImageMake(@"tab_home_icon",[UIColor orangeColor],25);
pod 'HDIconFont'
hundredlee