mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
22 lines
521 B
Objective-C
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>
|
|
|