Files
phonegap-plugins/iPhone/ScreenShot/ScreenShot.h

16 lines
326 B
Objective-C

//
// Screenshot.h
//
// Created by Simon Madine on 29/04/2010.
// Copyright 2010 The Angry Robot Zombie Factory.
// MIT licensed
//
#import <Foundation/Foundation.h>
#import "PhoneGapCommand.h"
@interface Screenshot : PhoneGapCommand {
}
- (void)saveScreenshot:(NSArray*)arguments withDict:(NSDictionary*)options;
@end