15 lines
630 B
PHP
15 lines
630 B
PHP
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | ThinkPHP [ WE CAN DO IT JUST THINK IT ]
|
||
// +----------------------------------------------------------------------
|
||
// | Copyright (c) 2011 http://thinkphp.cn All rights reserved.
|
||
// +----------------------------------------------------------------------
|
||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||
// +----------------------------------------------------------------------
|
||
// | Author: luofei614 <weibo.com/luofei614>
|
||
// +----------------------------------------------------------------------
|
||
namespace com;
|
||
|
||
class OAuth{
|
||
|
||
} |