smssdk更新

This commit is contained in:
kai60
2021-07-03 20:49:02 +08:00
parent 14ab3bf6ab
commit 3f5ee249b5
52 changed files with 1309 additions and 446 deletions
@@ -0,0 +1,18 @@
//
// UIImageView+MOBFWebCache.h
// MOBFoundation
//
// Created by wukx on 2018/6/6.
// Copyright © 2018年 MOB. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIImageView (MOBFWebCache)
- (void)mobf_setImageWithURL:(nullable NSURL *)url;
- (void)mobf_setImageWithURL:(nullable NSURL *)url
placeholderImage:(nullable UIImage *)placeholder;
@end