- //
- // YHEventTool.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/5/11.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface YZMAEventTool : NSObject
- + (void)eventWithEventType:(NSInteger)type origin:(NSString *)origin category_id:(NSString *)category_id goods_id:(NSString *)goodId source:(NSString *)source;
- @end
|