// // AutoTransButton.h // LifeLog // // Created by nvtu on 8/10/17. // Copyright © 2017 PhongNV. All rights reserved. // #import <UIKit/UIKit.h> @interface AutoTransButton : UIButton @property (nonatomic) IBInspectable NSString *localizeKey; @end