mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-13 00:18:13 -05:00
16 lines
326 B
Objective-C
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
|