// // DKModel.h // DKModel // // Created by dongke on 17/5/9. // Copyright (c) 2017 dongke. // // This source code is licensed under the MIT-style license found in the // LICENSE file in the root directory of this source tree. // #import #if __has_include() FOUNDATION_EXPORT double DKModelVersionNumber; FOUNDATION_EXPORT const unsigned char DKModelVersionString[]; #import #import #else #import "NSObject+DKModel.h" #import "DKClassInfo.h" #endif