linphone-iphone/Classes/LinphoneCoreSettingsStore.h
2012-06-12 17:48:43 +02:00

21 lines
429 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"
#import "LinphoneManager.h"
@interface LinphoneCoreSettingsStore : IASKAbstractSettingsStore {
NSDictionary *dict;
NSDictionary *changedDict;
}
-(void) transformLinphoneCoreToKeys;
@end