Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
dang it, forgot params in documentation...
Browse files Browse the repository at this point in the history
  • Loading branch information
Gero Herkenrath committed Apr 29, 2016
1 parent 56e195d commit 1b45bce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pod/Classes/Public/TRSProduct.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
/**
The designated initializer.
Set the optional properties afterwards.
@param url A URL pointing to a picture of the product.
@param name The name of the product..
@param SKU The stock keeping unit of the product.
*/
- (nullable instancetype)initWithUrl:(nonnull NSURL *)url
name:(nonnull NSString *)name
Expand Down

0 comments on commit 1b45bce

Please sign in to comment.