14 lines
294 B
Objective-C
14 lines
294 B
Objective-C
//
|
|
// OTRLanguageListSettingViewController.h
|
|
// Off the Record
|
|
//
|
|
// Created by David on 11/20/12.
|
|
// Copyright (c) 2012 Chris Ballinger. All rights reserved.
|
|
//
|
|
|
|
#import "OTRListSettingViewController.h"
|
|
|
|
@interface OTRLanguageListSettingViewController : OTRListSettingViewController
|
|
|
|
@end
|