单军华
2018-07-19 2a51383e35b56d6621c04484b5d4f138865ce707
screendisplay/Pods/HMEmoticon/????/Emoticon/HMEmoticonPackage.m
@@ -29,7 +29,7 @@
        // 判断目录是否为空
        if (_directory != nil) {
            // 加载表情模型
            NSString *fileName = [NSString stringWithFormat:@"%@/info.plist", _directory];
            NSString *fileName = [NSString stringWithFormat:@"%@/ConfigInfo.plist", _directory];
            NSString *path = [[NSBundle hm_emoticonBundle] pathForResource:fileName ofType:nil];
            NSArray *array = [NSArray arrayWithContentsOfFile:path];