Skip to content

Commit

Permalink
修复tracktouwenjian 引用
Browse files Browse the repository at this point in the history
  • Loading branch information
garenwang committed Mar 12, 2024
1 parent 1e19fbc commit 54b763d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QCloudTrack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "QCloudTrack"
s.version = "6.3.5"
s.version = "6.3.6"
s.summary = "QCloudTrack 腾讯云iOS-SDK组件"

# This description is used to generate tags and improve search results.
Expand Down
1 change: 0 additions & 1 deletion QCloudTrack/Classes/Cls/QCloudCLSTrackService.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#import "QCloudBaseTrackService.h"
#import "QCloudClsSessionCredentials.h"
#import "QCloudClsLifecycleCredentialProvider.h"
#import "TencentCloudLogProducer.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
1 change: 1 addition & 0 deletions QCloudTrack/Classes/Cls/QCloudCLSTrackService.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

#import "QCloudCLSTrackService.h"
#import "TencentCloudLogProducer.h"

@interface QCloudCLSTrackService ()
@property (nonatomic,strong)NSString * topicId;
Expand Down

0 comments on commit 54b763d

Please sign in to comment.