Commit a57d497c by Jonathan Baker

Add generics to BUYImage.

parent cd685090
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
/** /**
* An array of variant ids associated with the image. * An array of variant ids associated with the image.
*/ */
@property (nonatomic, readonly, copy) NSArray *variantIds; @property (nonatomic, readonly, copy) NSArray<NSNumber *> *variantIds;
/** /**
* Creation date of the image * Creation date of the image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment