Last active
          August 12, 2018 18:22 
        
      - 
      
- 
        Save nishabe/262aebc6a6a9ec4a12b6c1c1889e4b63 to your computer and use it in GitHub Desktop. 
    OBJC: A Typical init
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | - (instancetype)init { | |
| self = [super init]; | |
| if (self) { | |
| // perform initialization | |
| } | |
| return self; | |
| } | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment