mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-14 08:57:53 -05:00
15 lines
169 B
Objective-C
15 lines
169 B
Objective-C
//
|
|
// WTWikitudeSDK.h
|
|
// HelloWorld
|
|
//
|
|
// Created by Andreas Schacherbauer on 8/24/12.
|
|
//
|
|
//
|
|
|
|
|
|
#import <Cordova/CDV.h>
|
|
|
|
@interface WTWikitudePlugin : CDVPlugin
|
|
|
|
@end
|