Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / examples / tutorials / xcode iOS / Tutorial 1 / GStreamerBackend.h
1 #import <Foundation/Foundation.h>
2
3 @interface GStreamerBackend : NSObject
4
5 -(NSString*) getGStreamerVersion;
6
7 @end