Files
NetNewsWire/Frameworks/DB5/DB5/DB5.h
2017-05-22 13:27:54 -07:00

22 lines
521 B
Objective-C

//
// DB5.h
// DB5
//
// Created by Brent Simmons on 7/12/15.
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for DB5.
FOUNDATION_EXPORT double DB5VersionNumber;
//! Project version string for DB5.
FOUNDATION_EXPORT const unsigned char DB5VersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <DB5/PublicHeader.h>
#import <DB5/VSThemeLoader.h>
#import <DB5/VSTheme.h>