//
//  MAVESuggestedInviteReusableInviteFriendsButtonTableViewCell.h
//  MaveSDK
//
//  Created by Danny Cosson on 6/9/15.
//
//

#import <UIKit/UIKit.h>
#import "MAVEInviteFriendsReusableOvalButton.h"

@interface MAVESuggestedInviteReusableInviteFriendsButtonTableViewCell : UITableViewCell

@property (nonatomic, strong) MAVEInviteFriendsReusableOvalButton *inviteFriendsButton;

@end
