electron/atom/browser/ui/cocoa/NSString+ANSI.h

17 lines
294 B
C
Raw Normal View History

2017-11-09 22:21:07 +00:00
//
// NSString+ANSI.h
// BitBar
//
// Created by Kent Karlsson on 3/11/16.
// Copyright © 2016 Bit Bar. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (ANSI)
- (BOOL)containsANSICodes;
- (NSMutableAttributedString*)attributedStringParsingANSICodes;
@end