Skip to content

Commit

Permalink
Update ==> WeChatPlugin.framework
Browse files Browse the repository at this point in the history
  • Loading branch information
TKkk-iOSer committed Sep 11, 2017
1 parent e1b6bbc commit 4792dba
Show file tree
Hide file tree
Showing 32 changed files with 33 additions and 1,359 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ FOUNDATION_EXPORT const unsigned char WeChatPluginVersionString[];

@interface ContactStorage : NSObject
- (id)GetSelfContact;
- (id)GetContact:(id)arg1;
@end

@interface WCContactData : NSObject
@property(retain, nonatomic) NSString *m_nsUsrName; // @synthesize m_nsUsrName;
@property(nonatomic) unsigned int m_uiFriendScene; // @synthesize m_uiFriendScene;
@end

@interface MessageData : NSObject
Expand All @@ -71,4 +73,20 @@ FOUNDATION_EXPORT const unsigned char WeChatPluginVersionString[];

@interface CUtility : NSObject
+ (BOOL)HasWechatInstance;
+ (unsigned long long)getFreeDiskSpace;
@end

#pragma mark - 调用 NSSearchPathForDirectoriesInDomains 的一些方法
@interface PathUtility : NSObject
+ (id)getSysCachePath;
+ (id)getSysDocumentPath;
+ (id)getSysLibraryPath;
@end

@interface MemoryMappedKV : NSObject
+ (id)mappedKVPathWithID:(id)arg1;
@end

@interface JTStatisticManager : NSObject
@property(retain, nonatomic) NSString *statFilePath;
@end
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,21 @@
<array>
<dict>
<key>executeCommand</key>
<string>musicPlay</string>
<string>musicToggle</string>
<key>keyword</key>
<string>TK-Play</string>
<string>TK-Toggle</string>
<key>function</key>
<string>播放</string>
<string>播放/暂停</string>
<key>enable</key>
<false/>
</dict>
<dict>
<key>executeCommand</key>
<string>musicPause</string>
<string>musicNext</string>
<key>keyword</key>
<string>TK-Pause</string>
<string>TK-Next</string>
<key>function</key>
<string>暂停</string>
<string>下一首</string>
<key>enable</key>
<false/>
</dict>
Expand All @@ -149,31 +149,31 @@
</dict>
<dict>
<key>executeCommand</key>
<string>musicNext</string>
<string>musicVolumeUp</string>
<key>keyword</key>
<string>TK-Next</string>
<string>TK-VolumeUp</string>
<key>function</key>
<string>下一首</string>
<string>增大音量</string>
<key>enable</key>
<false/>
</dict>
<dict>
<key>executeCommand</key>
<string>musicLike</string>
<string>musicVolumeDown</string>
<key>keyword</key>
<string>TK-Like</string>
<string>TK-VolumeDown</string>
<key>function</key>
<string>喜欢歌曲</string>
<string>减小音量</string>
<key>enable</key>
<false/>
</dict>
<dict>
<key>executeCommand</key>
<string>musicUnLike</string>
<string>musicLike</string>
<key>keyword</key>
<string>TK-Unlike</string>
<string>TK-Like</string>
<key>function</key>
<string>取消喜欢</string>
<string>喜欢/取消喜欢</string>
<key>enable</key>
<false/>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit 4792dba

Please sign in to comment.