Commit e0013bc8 authored by 井庆林's avatar 井庆林

code review

parent 3e2d0fe6
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#import "PhobosPVProtocol.h" #import "PhobosPVProtocol.h"
#import "PhobosConfig.h" #import "PhobosConfig.h"
#import <CoreLocation/CLLocation.h> #import <CoreLocation/CLLocation.h>
#import "Phobos.h"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
#import "PhobosPVProtocol.h" #import "PhobosPVProtocol.h"
#import <CoreLocation/CLLocation.h> #import <CoreLocation/CLLocation.h>
#import "PhobosConfig.h" #import "PhobosConfig.h"
#import "Phobos.h"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
......
...@@ -13,13 +13,6 @@ ...@@ -13,13 +13,6 @@
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
typedef NS_ENUM (NSInteger, PhobosSigningType) {
PhobosSigningTypeUndefined = 0,
PhobosSigningTypeAppStore,
PhobosSigningTypeRelease,
PhobosSigningTypeDebug
};
@interface Phobos : NSObject @interface Phobos : NSObject
/** /**
......
...@@ -9,6 +9,14 @@ ...@@ -9,6 +9,14 @@
#ifndef PhobosConfig_h #ifndef PhobosConfig_h
#define PhobosConfig_h #define PhobosConfig_h
typedef NS_ENUM (NSInteger, PhobosSigningType) {
PhobosSigningTypeUndefined = 0,
PhobosSigningTypeAppStore,
PhobosSigningTypeRelease,
PhobosSigningTypeDebug
};
#ifdef DEBUG #ifdef DEBUG
#define phobosLog(...) NSLog(@"[Phobos] %@",__VA_ARGS__) #define phobosLog(...) NSLog(@"[Phobos] %@",__VA_ARGS__)
#else #else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment