Skip to content

Commit

Permalink
Initial Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ptescher committed Jul 11, 2015
0 parents commit 3e14c8c
Show file tree
Hide file tree
Showing 25 changed files with 11,897 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
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/

15 changes: 15 additions & 0 deletions CocoaMQTT/CocoaMQTT-Bridging-Header.h
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
Loading

0 comments on commit 3e14c8c

Please sign in to comment.