Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 804 → Rev 805

/iKopter/trunk/Classes/InAppSettings/Cells/InAppSettingsPSChildPaneSpecifierCell.m
0,0 → 1,27
//
// PSToggleSwitchSpecifier.m
// InAppSettingsTestApp
//
// Created by David Keegan on 11/21/09.
// Copyright 2009 InScopeApps{+}. All rights reserved.
//
 
#import "InAppSettingsPSChildPaneSpecifierCell.h"
#import "InAppSettingsConstants.h"
 
@implementation InAppSettingsPSChildPaneSpecifierCell
 
- (void)setUIValues{
[super setUIValues];
[self setTitle];
}
 
- (void)setupCell{
[super setupCell];
[self setDisclosure:YES];
self.canSelectCell = YES;
}
 
@end