varidict_handler 源码
变量处理程序 一个ObjC助手来使用varidict处理程序。 一行代码值得一千个单词。 @interface Consumer /* * The type is void (^)() or void (^)(id self). */ @property ( nonatomic , copy ) NDHandler handler; - ( void ) handle ; @end 对ObjC ++爱好者的支持 // For ObjC++ using namespace Neodata::VaridictHandler; @implementation Consumer @synthesize handler = _handler; - ( void ) setHandler : (NDHandler) handler { static Validator validator (
文件列表
varidict_handler-master.zip
(预估有个41文件)
varidict_handler-master
VaridictHandlerTests
ConsumerTests.m
753B
NDCallerTests.m
1KB
CallConsumerTests.mm
748B
CallTests.mm
2KB
NDCallerConsumerTests.m
743B
Info.plist
701B
VaridictHandlerTests.mm
285B
ConsumerTests.h
493B
暂无评论