-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3e14c8c
Showing
25 changed files
with
11,897 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Xcode | ||
# | ||
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore | ||
## Build generated | ||
build/ | ||
DerivedData | ||
## Various settings | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
xcuserdata | ||
## Other | ||
*.xccheckout | ||
*.moved-aside | ||
*.xcuserstate | ||
*.xcscmblueprint | ||
## Obj-C/Swift specific | ||
*.hmap | ||
*.ipa | ||
Pods/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// | ||
// CocoaMQTT-Bridging-Header.h | ||
// CocoaMQTT | ||
// | ||
// Created by Feng Lee<[email protected]> on 14/8/3. | ||
// Copyright (c) 2014年 slimpp.io. All rights reserved. | ||
// | ||
|
||
#ifndef CocoaMQTT_CocoaMQTT_Bridging_Header_h | ||
#define CocoaMQTT_CocoaMQTT_Bridging_Header_h | ||
|
||
#import "MSWeakTimer.h" | ||
#import "GCDAsyncSocket.h" | ||
|
||
#endif |
Oops, something went wrong.