15 lines
283 B
Objective-C
15 lines
283 B
Objective-C
//
|
|
// ActivityStarter.h
|
|
// TecnaviaApplication
|
|
//
|
|
// Created by iPad Developer on 10.01.19.
|
|
// Copyright © 2019 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
|
|
@interface ActivityStarter : NSObject <RCTBridgeModule>
|
|
|
|
@end
|