VouchrActionSheetItem
@interface VouchrActionSheetItem : NSObjectVouchrActionSheetItem represents one item inside a VouchrActionSheetViewController.
- 
                  
                  The title shown inside the VouchrActionSheetItem - the title is center aligned DeclarationObjective-C @property (readonly, strong, nonatomic) NSString *_Nonnull title;Swift var title: String { get }
- 
                  
                  The image shown inside the VouchrActionSheetItem - the image is left aligned DeclarationObjective-C @property (readonly, strong, nonatomic) UIImage *_Nonnull image;Swift var image: UIImage { get }
- 
                  
                  Default initializer for VouchrActionSheetItem DeclarationObjective-C + (nonnull VouchrActionSheetItem *) vouchrActionSheetItemWithTitle:(nonnull NSString *)title image:(nonnull UIImage *)image;Swift /*not inherited*/ init(title: String, image: UIImage)Parameterstitle- the title for the action sheet item image- the image for the action sheet item Return Valueinstance of VouchrActionSheetItem 
 View on GitHub
            View on GitHub
           VouchrActionSheetItem Class Reference
      VouchrActionSheetItem Class Reference