Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
805 - 1
//
2
//  PSChildPaneSpecifierCell.h
3
//  InAppSettingsTestApp
4
//
5
//  Created by David Keegan on 11/21/09.
6
//  Copyright 2009 InScopeApps{+}. All rights reserved.
7
//
8
 
9
#import <UIKit/UIKit.h>
10
#import "InAppSettingsTableCell.h"
11
 
12
@interface InAppSettingsPSChildPaneSpecifierCell : InAppSettingsTableCell {}
13
 
14
@end