/* * Device.h * Used to display Device centric details handset. * * Created by Nitobi on 12/12/08. * Copyright 2008 Nitobi. All rights reserved. */ #import #import #import "PhoneGapCommand.h" @interface Device : PhoneGapCommand { } - (NSDictionary*) getDeviceProperties; @end