//
//  VFYButton.h
//  Verif-y
//
//  Created by MTN on 05/11/20.
//


#import <UIKit/UIKit.h>

@interface VFYButton : UIButton

- (void) animateOnPress:(BOOL)animate borderColor:(UIColor*) BorderColor backGroundColor:(UIColor*) BackGroundColor textColor:(UIColor*) TextColor;

@end

