18 lines
237 B
Objective-C
18 lines
237 B
Objective-C
//
|
|
// JPushModule.h
|
|
// UniPluginJPush
|
|
//
|
|
// Created by huangshuni on 2021/1/12.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "DCUniModule.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface JPushModule : DCUniModule
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|