Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conver to Objective-C ARC #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

6david9
Copy link

@6david9 6david9 commented Sep 25, 2013

Conver to Objective-C ARC

@@ -24,30 +24,18 @@ @implementation SYCache {
#pragma mark - NSObject

- (id)init {
NSLog(@"[SYCache] You must initalize SYCache using `initWithName:`.");
[self autorelease];
NSAssert(1==0, @"[SYCache] You must initalize SYCache using `initWithName:`.");
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stop create object with init method at compile time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant