/** * Appcelerator Titanium Mobile * Copyright (c) 2010 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ #if defined(USE_TI_UIIPADPOPOVER) || defined(USE_TI_UIIPADSPLITWINDOW) #import "TiUIView.h" #import "TiViewController.h" #if __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_3_2 @interface TiUIiPadPopover : TiUIView { @private } @end #endif #endif