yourkarma/JWT

View on GitHub
Example/JWTDesktop/JWTDesktop/AppDelegate.h

Summary

Maintainability
Test Coverage
//
//  AppDelegate.h
//  JWTDesktop
//
//  Created by Lobanov Dmitry on 23.05.16.
//  Copyright © 2016 JWT. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>


@end