ConfirmForgetPassViewController.h
306 Bytes
//
// ConfirmForgetPassViewController.h
// LifeLog
//
// Created by Panasonic R&D Center Vietnam on 8/2/17.
// Copyright © 2017 PhongNV. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface ConfirmForgetPassViewController : UIViewController
@property (nonatomic, strong) NSString *email;
@end