Skip to content

Commit

Permalink
[disable-lib-modules] add missing AirshipCore files
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Sep 16, 2015
1 parent 2a8ee2b commit 02f17ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AirshipKit/AirshipKit/AirshipCore.h
@@ -0,0 +1,6 @@
#import "AirshipKit.h"
#import <Foundation/Foundation.h>

@interface AirshipCore : NSObject

@end
5 changes: 5 additions & 0 deletions AirshipKit/AirshipKit/AirshipCore.m
@@ -0,0 +1,5 @@
#import "AirshipCore.h"

@implementation AirshipCore

@end

0 comments on commit 02f17ef

Please sign in to comment.