//
//  ViewController.h
//  NepenthesClient
//
//  Created by XIAOHUI LI on 2016/5/7.
//  Copyright © 2016年 Everdow Ltd. All rights reserved.
//

#import <Cocoa/Cocoa.h>
#import "UserJson.h"
#import "BLSyncUser.h"

@interface ViewController : NSViewController


@end

