mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add stub for AWS service
This commit is contained in:
parent
679403c8d6
commit
b966c22295
1 changed files with 8 additions and 0 deletions
|
@ -337,3 +337,11 @@ GS_EXPORT NSString* const NSUbiquitousKeyValueStoreChangeReasonKey;
|
|||
}
|
||||
|
||||
@end
|
||||
|
||||
@interface GSAWSUbiquitousKeyValueStore : NSUbiquitousKeyValueStore
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation GSAWSUbiquitousKeyValueStore
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue