Commit 051f860a by pierce

提交代码

parent a9cc8356
Showing with 19 additions and 1 deletions
...@@ -28,7 +28,7 @@ Pod::Spec.new do |s| ...@@ -28,7 +28,7 @@ Pod::Spec.new do |s|
'FUSFoundation/Classes/**/*.xib'] 'FUSFoundation/Classes/**/*.xib']
} }
s.frameworks = 'Accelerate','CoreMotion','SystemConfiguration', 'Security', 'UIKit', 'WebKit', 'AssetsLibrary','AVFoundation','CoreGraphics','CoreImage','CoreMedia', 'CoreVideo', 'Foundation', 'QuartzCore', 'CoreAudio' s.frameworks = 'Accelerate','CoreMotion','SystemConfiguration', 'Security', 'UIKit', 'WebKit', 'AssetsLibrary','AVFoundation','CoreGraphics','CoreImage','CoreMedia', 'CoreVideo', 'Foundation', 'QuartzCore', 'CoreAudio', 'AVKit'
s.weak_frameworks = 'Metal','MetalPerformanceShaders', 'Photos', 'CoreML' s.weak_frameworks = 'Metal','MetalPerformanceShaders', 'Photos', 'CoreML'
s.vendored_libraries = ['FUSFoundation/Classes/Tools/ThirdParty/**/*.a'] s.vendored_libraries = ['FUSFoundation/Classes/Tools/ThirdParty/**/*.a']
...@@ -62,5 +62,6 @@ Pod::Spec.new do |s| ...@@ -62,5 +62,6 @@ Pod::Spec.new do |s|
s.dependency 'MJRefresh', '3.1.17' s.dependency 'MJRefresh', '3.1.17'
s.dependency 'ZipArchive' s.dependency 'ZipArchive'
s.dependency 'TalkingData/Full' s.dependency 'TalkingData/Full'
s.dependency 'HWPanModal'
end end
//
// FUSSwipeButtonModel.h
// SlideViewTest
//
// Created by 田思阳 on 16/3/23.
// Copyright © 2024年 FuSiLive. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface FUSSwipeButtonModel : NSObject
@property (nonatomic, strong) UIColor *buttonBackgroundColor;
@property (nonatomic, copy) NSString *buttonTitle;
@end
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment