Skip to content

Commit

Permalink
新版v3.0,删除第三方类库,修改调用接口
Browse files Browse the repository at this point in the history
  • Loading branch information
JimLiu committed Aug 7, 2013
1 parent 7aeb345 commit 9ccc707
Show file tree
Hide file tree
Showing 510 changed files with 10,968 additions and 390 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ profile
*.moved-aside
.svn/*
.DS_Store
build/Debug-iphoneos
build/Debug-iphonesimulator
build/Debug-universal
build/WeiboSDK.build
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
587 changes: 587 additions & 0 deletions archieves/src/WeiboSDK.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
26 changes: 26 additions & 0 deletions archieves/src/WeiboSDK/WeiboSDK.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
//
// WeiboSDK.h
// WeiboSDK
//
// Created by junmin liu on 12-9-19.
// Copyright (c) 2012年 idfsoft. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <WeiboSDK/GeoInfo.h>
#import <WeiboSDK/Province.h>
#import <WeiboSDK/Resources.h>
#import <WeiboSDK/Status.h>
#import <WeiboSDK/User.h>
#import <WeiboSDK/WeiboAccount.h>
#import <WeiboSDK/WeiboAccounts.h>
#import <WeiboSDK/WeiboAuthentication.h>
#import <WeiboSDK/WeiboConfig.h>
#import <WeiboSDK/WeiboEngine.h>
#import <WeiboSDK/StatusQuery.h>
#import <WeiboSDK/TimelineQuery.h>
#import <WeiboSDK/UserQuery.h>
#import <WeiboSDK/WeiboQuery.h>
#import <WeiboSDK/WeiboRequest.h>
#import <WeiboSDK/WeiboSignIn.h>
#import <WeiboSDK/WeiboSignInViewController.h>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 9ccc707

Please sign in to comment.