Skip to content

Commit

Permalink
push missed new files
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Apr 16, 2022
1 parent 17895e7 commit 2a7f362
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@protocol UADSDictionaryConvertible <NSObject>
- (NSDictionary *)dictionary;
@end
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#import <Foundation/Foundation.h>
#import <USRVJsonStorage.h>

NS_ASSUME_NONNULL_BEGIN

@interface USRVJsonStorageAggregator : NSObject<UADSJsonStorageContentsReader, UADSJsonStorageReader>
+ (instancetype)defaultAggregator;

+ (instancetype)newWithReaders: (NSArray<id<UADSJsonStorageContentsReader> > *)readers;
@end

NS_ASSUME_NONNULL_END
Binary file added manifest.private.der
Binary file not shown.
Binary file added manifest.public.der
Binary file not shown.

0 comments on commit 2a7f362

Please sign in to comment.