Skip to content

Instantly share code, notes, and snippets.

@dodikk
Created February 7, 2014 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodikk/8858791 to your computer and use it in GitHub Desktop.
Save dodikk/8858791 to your computer and use it in GitHub Desktop.
@interface BMXyz
@property ( nonatomic, readwrite, bm_final ) NSString* writeOnceStub;
@end
#import "BMXyz_2.h"
@interface BMXyz()<BMFinal>
@end
@implementation BMXyz
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment