Add stub for AWS service

This commit is contained in:
Gregory John Casamento 2019-07-08 00:24:28 -04:00
parent 679403c8d6
commit b966c22295

View file

@ -337,3 +337,11 @@ GS_EXPORT NSString* const NSUbiquitousKeyValueStoreChangeReasonKey;
}
@end
@interface GSAWSUbiquitousKeyValueStore : NSUbiquitousKeyValueStore
{
}
@end
@implementation GSAWSUbiquitousKeyValueStore
@end