Files
ifish/Ifish/controllers/HotBar/Lib/MJExtension/MJFoundation.h
T
2019-03-12 09:26:46 +08:00

14 lines
259 B
Objective-C

//
// 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