// weibo: http://weibo.com/xiaoqing28 // blog: http://www.alonemonkey.com // // dkhelperDylib.h // dkhelperDylib // // Created by 朱德坤 on 2019/1/23. // Copyright (c) 2019 DKJone. All rights reserved. // #import #define INSERT_SUCCESS_WELCOME " 🎉!!!congratulations!!!🎉\n👍----------------insert dylib success----------------👍\n" @interface CustomViewController @property (nonatomic, copy) NSString* newProperty; + (void)classMethod; - (NSString*)getMyName; - (void)newMethod:(NSString*) output; @end