Bold360 and BoldChat Developer Center

BCRatingCellLogic.h

1 //
2 // Copyright (c) 2014 LogMeIn Inc. All rights reserved.
3 //
4 
5 #import <UIKit/UIKit.h>
6 #import "BCStarRatingView.h"
7 #import "BCTitledCellLogic.h"
8 
14 
19 @property(nonatomic, strong) IBOutlet UIView<BCStarRatingView> *starRatingView;
20 
21 @end
Cell logic behind star rating cell.
Definition: BCRatingCellLogic.h:13
IBOutlet UIView< BCStarRatingView > * starRatingView
The star rating view.
Definition: BCRatingCellLogic.h:19
Cell logic file behind form cells that have title and required labels.
Definition: BCTitledCellLogic.h:11