linphone-iphone/Classes/LinphoneCoreSettingsStore.h
Pierre-Eric Pelloux-Prayer d42c91f802 In app settings WIP
2012-05-24 13:12:00 +02:00

15 lines
313 B
Objective-C

//
// LinphoneCoreSettingsStore.h
// linphone
//
// Created by Pierre-Eric Pelloux-Prayer on 22/05/12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <Foundation/Foundation.h>
#import "IASKSettingsStore.h"
@interface LinphoneCoreSettingsStore : IASKAbstractSettingsStore {
}
@end