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