Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
C++文件改为" " 导入方式
Browse files Browse the repository at this point in the history
  • Loading branch information
Txink committed Aug 29, 2019
1 parent 01eea15 commit 9e5fc1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ios/sdk/WeexSDK/Sources/WeexSDK.h
Expand Up @@ -23,10 +23,10 @@ FOUNDATION_EXPORT double WeexSDKVersionNumber;

FOUNDATION_EXPORT const unsigned char WeexSDKVersionString[];

#import <WeexSDK/style.h>
#import <WeexSDK/layout.h>
#import <WeexSDK/flex_enum.h>
#import <WeexSDK/eagle_bridge.h>
#import "style.h"
#import "layout.h"
#import "flex_enum.h"
#import "eagle_bridge.h"
#import <WeexSDK/WXWebSocketHandler.h>
#import <WeexSDK/WXVoiceOverModule.h>
#import <WeexSDK/WXView.h>
Expand Down
4 changes: 2 additions & 2 deletions weex_core/Source/core/layout/layout.h
Expand Up @@ -27,8 +27,8 @@
#include <iostream>
#include <string>
#include <algorithm>
#include <WeexSDK/style.h>
#include <WeexSDK/flex_enum.h>
#include "style.h"
#include "flex_enum.h"

namespace WeexCore {

Expand Down
2 changes: 1 addition & 1 deletion weex_core/Source/core/layout/style.h
Expand Up @@ -22,7 +22,7 @@
#define WEEXCORE_FLEXLAYOUT_WXCOREFLEXENUMS_H


#include <WeexSDK/flex_enum.h>
#include "flex_enum.h"
#include <math.h>
#include <cmath>

Expand Down

0 comments on commit 9e5fc1f

Please sign in to comment.