BVProductReview Class Reference
Inherits from | NSObject |
---|---|
Declared in | BVProductReview.h |
reviewTitle
Title of the review. Example: “Great product!”, “Drains batteries too quickly.”
@property (strong, nonatomic) NSString *reviewTitle
Declared In
BVProductReview.h
reviewText
Body text of the review.
@property (strong, nonatomic) NSString *reviewText
Declared In
BVProductReview.h
reviewAuthorName
The review author’s name
@property (strong, nonatomic) NSString *reviewAuthorName
Declared In
BVProductReview.h