Files
peko-ios/YuMi/Structure/PrefixHeader.pch
2023-07-21 14:07:04 +08:00

37 lines
869 B
Plaintext

//
// PrefixHeader.pch
// YuMi
//
// Created by admin on 2023/3/9.
//
#ifndef PrefixHeader_pch
#define PrefixHeader_pch
#import <UIKit/UIKit.h>
#define AppName ([[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleDisplayName"])
#ifdef DEBUG
#define NSLog(fmt,...) NSLog((@"%s [Line %d]" fmt),__PRETTY_FUNCTION__,__LINE__,##__VA_ARGS__)
#else
#define NSLog(...)
#endif
#import "Music+CoreDataProperties.h"
#import "YUMIMacroUitls.h"
#import <Masonry/Masonry.h>
#import "NSArray+Safe.h"
#import "UIImage+Utils.h"
#import "XNDJTDDLoadingTool.h"
#import "DJDKMIMOMColor.h"
#import "YUMIHtmlUrl.h"
#import "NSArray+Safe.h"
#import "NSString+Utils.h"
#import "UIButton+EnlargeTouchArea.h"
#import "UIView+Corner.h"
#import "UILabel+Utils.h"
#import "TTPopup.h"
#import "NSDate+DateUtils.h"
#import "NSMutableDictionary+Saft.h"
#endif /* PrefixHeader_pch */