Skip to content

Instantly share code, notes, and snippets.

View DaidoujiChen's full-sized avatar
🐢
OwO

DaidoujiChen DaidoujiChen

🐢
OwO
View GitHub Profile
@DaidoujiChen
DaidoujiChen / objc.cfg
Last active October 8, 2015 04:22 — forked from tszming/objc.cfg
My uncrustify config file for objective-c
#
# Uncrustify Configuration File
# File Created With UncrustifyX 0.4.3 (252)
#
# Alignment
# ---------
## Alignment
@DaidoujiChen
DaidoujiChen / NSMutableDictionary+AutoCompleteKey.h
Created June 11, 2014 05:57
NSMutableDictionary AutoCompleteKey
#import <Foundation/Foundation.h>
@interface NSMutableDictionary (AutoCompleteKey)
-(id) setObject : (id) anObject forKeyChain : (NSArray*) keyChain;
@end