//
//  MAVENoAddressBookPermissionView.h
//  MaveSDK
//
//  Created by Danny Cosson on 11/11/14.
//
//

#import <UIKit/UIKit.h>

@interface MAVENoAddressBookPermissionView : UIView

@property (nonatomic, strong) UILabel *titleLabel;
@property (nonatomic, strong) UILabel *detailLabel;
@property (nonatomic, strong) UIButton *detailButton;

@end
