Skip to content

Instantly share code, notes, and snippets.

@dodikk
Created February 7, 2014 07:41
Show Gist options
  • Save dodikk/8858677 to your computer and use it in GitHub Desktop.
Save dodikk/8858677 to your computer and use it in GitHub Desktop.
@interface BMXyz
@property ( nonatomic, readwrite ) NSString* writeOnceStub;
@end
#import "BMXyz.h"
@interface BMXyz()<BMFinal>
@property ( nonatomic, readwrite, bm_final ) NSString* writeOnceStub;
@end
@implementation BMXyz
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment