https://github.com/sveinbjornt/Platypus
Raw File
Tip revision: a42d829e8d03991d7437ed7e0e4d929ad8b32835 authored by Sveinbjorn Thordarson on 25 October 2023, 18:43:44 UTC
Refactoring, SETextView -> ThemeObservingTextView + more
Tip revision: a42d829
PrefixHeader.pch
//
//  PrefixHeader.pch
//  Platypus
//

#ifndef PrefixHeader_pch
#define PrefixHeader_pch

#import <Cocoa/Cocoa.h>
#import "Common.h"

#endif
back to top