mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-14 02:26:29 +01:00
20 lines
488 B
Objective-C
20 lines
488 B
Objective-C
//
|
|
// RSTree.h
|
|
// RSTree
|
|
//
|
|
// Created by Brent Simmons on 5/30/16.
|
|
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for RSTree.
|
|
FOUNDATION_EXPORT double RSTreeVersionNumber;
|
|
|
|
//! Project version string for RSTree.
|
|
FOUNDATION_EXPORT const unsigned char RSTreeVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <RSTree/PublicHeader.h>
|
|
|
|
|