Newer
Older
Productization_H5_IOS / template / Module / package / Common / define.h
@zhangfeng zhangfeng on 8 Aug 2023 296 bytes commit first
//
//  define.h
//  xf_native_plugin
//
//  Created by 张丰 on 2023/6/27.
//

#ifndef define_h
#define define_h

#define BLOCK_EXEC(block, ...) if (block) { block(__VA_ARGS__); };
typedef void (^XFNativeBlock)(id result);


#import "YYModel.h"
#import "NSString+XF_Ext.h"
#endif /* define_h */