Files
2018-03-28 14:29:57 -04:00

22 lines
739 B
Objective-C

//
// macOSRichTextEditor.h
// macOSRichTextEditor
//
// Created by Deadpikle on 3/28/18.
// Copyright © 2018 Pikle Productions. All rights reserved.
//
#import <Cocoa/Cocoa.h>
//! Project version number for macOSRichTextEditor.
FOUNDATION_EXPORT double macOSRichTextEditorVersionNumber;
//! Project version string for macOSRichTextEditor.
FOUNDATION_EXPORT const unsigned char macOSRichTextEditorVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <macOSRichTextEditor/PublicHeader.h>
#include <macOSRichTextEditor/RichTextEditor.h>
#include <macOSRichTextEditor/NSFont+RichTextEditor.h>
#include <macOSRichTextEditor/NSAttributedString+RichTextEditor.h>