mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
15 lines
313 B
Objective-C
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
|