Skip to content

Commit

Permalink
Update ios project
Browse files Browse the repository at this point in the history
  • Loading branch information
zo0r committed Apr 15, 2017
1 parent 0dae778 commit e48bca4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions RNConekta/RNConekta/RNConekta.h
Expand Up @@ -6,8 +6,7 @@
// Copyright © 2015 Dieam. All rights reserved.
//

#import <Foundation/Foundation.h>
#import "RCTBridgeModule.h"
#import <React/RCTBridgeModule.h>

@interface RNConekta : NSObject <RCTBridgeModule>

Expand Down
10 changes: 5 additions & 5 deletions RNConekta/RNConekta/RNConekta.m
Expand Up @@ -4,11 +4,11 @@
#import <UIKit/UIKit.h>
#import "Conekta.h"
#import "RNConekta.h"
#import "RCTConvert.h"
#import "RCTEventDispatcher.h"
#import "RCTView.h"
#import "UIView+React.h"
#import "RCTRootView.h"
#import <React/RCTConvert.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTView.h>
#import <React/UIView+React.h>
#import <React/RCTRootView.h>


@implementation RNConekta
Expand Down

0 comments on commit e48bca4

Please sign in to comment.