screendisplay/Pods/MJExtension/MJExtension/MJFoundation.h
New file @@ -0,0 +1,13 @@ // // MJFoundation.h // MJExtensionExample // // Created by MJ Lee on 14/7/16. // Copyright (c) 2014年 小码哥. All rights reserved. // #import <Foundation/Foundation.h> @interface MJFoundation : NSObject + (BOOL)isClassFromFoundation:(Class)c; @end