14 lines
240 B
Objective-C
14 lines
240 B
Objective-C
//
|
|
// AttributedMarkdown.h
|
|
// AttributedMarkdown
|
|
//
|
|
// Created by Maarten Billemont on 2014-09-28.
|
|
// Copyright (c) 2014 Lyndir. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface AttributedMarkdown : NSObject
|
|
|
|
@end
|