Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@awalter
awalter / AnMMFile.h
Last active October 9, 2015 11:31
Project for reproduction of shared pointer issue seen in OCMock 3.1 & 3.2 https://github.com/erikdoe/ocmock/issues/254
#import <Foundation/Foundation.h>
#ifdef __cplusplus
#include "someCplusplusfile.hpp"
#endif
@interface AnMMFile : NSObject
@property (readonly) NSString *name;