Sign in

microservice / sl-express · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • sl-express
  • ..
  • Headers
  • JPushModule.h
  • jar 包
      ff355036
    tianwu authored
    2025-12-01 18:59:20 +0800  
    Browse Code »
JPushModule.h 237 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  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