45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
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"
|
|
#import "NetImageView.h"
|
|
#import "XPAdjustEvent.h"
|
|
#import "AccountInfoStorage.h"
|
|
#import "YYUtility.h"
|
|
#import <MJExtension/MJExtension.h>
|
|
#import "StatisticsServiceHelper.h"
|
|
#import "YUMIConstant.h"
|
|
#import "YUMINNNN.h"
|
|
#endif /* PrefixHeader_pch */
|