Updated dictionary to generics in iOS gesture recognizer tests
This commit is contained in:
parent
f213e0a6f3
commit
d256a3e670
|
@ -24,7 +24,7 @@ static NSString *const kPbFileExtension = @"pbtxt";
|
||||||
|
|
||||||
typedef NSDictionary<NSString *, NSString *> ResourceFileInfo;
|
typedef NSDictionary<NSString *, NSString *> ResourceFileInfo;
|
||||||
|
|
||||||
static NSDictionary *const kGestureRecognizerBundleAssetFile =
|
static ResourceFileInfo *const kGestureRecognizerBundleAssetFile =
|
||||||
@{@"name" : @"gesture_recognizer", @"type" : @"task"};
|
@{@"name" : @"gesture_recognizer", @"type" : @"task"};
|
||||||
|
|
||||||
static ResourceFileInfo *const kTwoHandsImage = @{@"name" : @"right_hands", @"type" : @"jpg"};
|
static ResourceFileInfo *const kTwoHandsImage = @{@"name" : @"right_hands", @"type" : @"jpg"};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user