Browse Source

项目工程文件 关联,取出无用头注释 印象xcode 关键字上色

hxb 8 years ago
parent
commit
3cb833ba83

+ 50 - 0
WSCloudStorage.xcodeproj/project.pbxproj

@@ -137,6 +137,11 @@
 		ACF539E31F34539100D4F08A /* CloudDownloadSession.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539DE1F34539100D4F08A /* CloudDownloadSession.m */; };
 		ACF539E41F34539100D4F08A /* CloudStorageDownloadCenter.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539E01F34539100D4F08A /* CloudStorageDownloadCenter.m */; };
 		ACF539E51F34539100D4F08A /* WSDownloadSession.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539E21F34539100D4F08A /* WSDownloadSession.m */; };
+		ACF539FC1F38038F00D4F08A /* BAGridCollectionCell.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539F11F38038F00D4F08A /* BAGridCollectionCell.m */; };
+		ACF539FD1F38038F00D4F08A /* BAGridItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539F31F38038F00D4F08A /* BAGridItemModel.m */; };
+		ACF539FE1F38038F00D4F08A /* BAGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539F51F38038F00D4F08A /* BAGridView.m */; };
+		ACF539FF1F38038F00D4F08A /* BAGridViewTypeTitleDescCell.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539F71F38038F00D4F08A /* BAGridViewTypeTitleDescCell.m */; };
+		ACF53A001F38038F00D4F08A /* NSString+BAGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = ACF539FB1F38038F00D4F08A /* NSString+BAGridView.m */; };
 		F75984292A24757670E097D4 /* Pods_WSCloudStorageTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0C5594E35B4878F485430036 /* Pods_WSCloudStorageTests.framework */; };
 /* End PBXBuildFile section */
 
@@ -376,6 +381,18 @@
 		ACF539E01F34539100D4F08A /* CloudStorageDownloadCenter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CloudStorageDownloadCenter.m; sourceTree = "<group>"; };
 		ACF539E11F34539100D4F08A /* WSDownloadSession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSDownloadSession.h; sourceTree = "<group>"; };
 		ACF539E21F34539100D4F08A /* WSDownloadSession.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WSDownloadSession.m; sourceTree = "<group>"; };
+		ACF539F01F38038F00D4F08A /* BAGridCollectionCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BAGridCollectionCell.h; sourceTree = "<group>"; };
+		ACF539F11F38038F00D4F08A /* BAGridCollectionCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BAGridCollectionCell.m; sourceTree = "<group>"; };
+		ACF539F21F38038F00D4F08A /* BAGridItemModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BAGridItemModel.h; sourceTree = "<group>"; };
+		ACF539F31F38038F00D4F08A /* BAGridItemModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BAGridItemModel.m; sourceTree = "<group>"; };
+		ACF539F41F38038F00D4F08A /* BAGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BAGridView.h; sourceTree = "<group>"; };
+		ACF539F51F38038F00D4F08A /* BAGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BAGridView.m; sourceTree = "<group>"; };
+		ACF539F61F38038F00D4F08A /* BAGridViewTypeTitleDescCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BAGridViewTypeTitleDescCell.h; sourceTree = "<group>"; };
+		ACF539F71F38038F00D4F08A /* BAGridViewTypeTitleDescCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BAGridViewTypeTitleDescCell.m; sourceTree = "<group>"; };
+		ACF539F81F38038F00D4F08A /* BAKit_BAGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BAKit_BAGridView.h; sourceTree = "<group>"; };
+		ACF539F91F38038F00D4F08A /* BAKit_ConfigurationDefine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BAKit_ConfigurationDefine.h; sourceTree = "<group>"; };
+		ACF539FA1F38038F00D4F08A /* NSString+BAGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+BAGridView.h"; sourceTree = "<group>"; };
+		ACF539FB1F38038F00D4F08A /* NSString+BAGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+BAGridView.m"; sourceTree = "<group>"; };
 		E57E3FA6D913300041C84BEB /* Pods-WSCloudStorageTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WSCloudStorageTests.release.xcconfig"; path = "Pods/Target Support Files/Pods-WSCloudStorageTests/Pods-WSCloudStorageTests.release.xcconfig"; sourceTree = "<group>"; };
 		ECCBFB4328A8AB37C4E2AB84 /* Pods-WSCloudStorageUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-WSCloudStorageUITests.release.xcconfig"; path = "Pods/Target Support Files/Pods-WSCloudStorageUITests/Pods-WSCloudStorageUITests.release.xcconfig"; sourceTree = "<group>"; };
 /* End PBXFileReference section */
@@ -519,6 +536,7 @@
 		AC3B380F1F34105F00696B12 /* TabBarMore */ = {
 			isa = PBXGroup;
 			children = (
+				ACF539EE1F38037900D4F08A /* 3rdview */,
 				AC3B38101F34105F00696B12 /* PreferencesViewController.h */,
 				AC3B38111F34105F00696B12 /* PreferencesViewController.m */,
 				AC3B38121F34105F00696B12 /* view */,
@@ -888,6 +906,33 @@
 			path = download;
 			sourceTree = "<group>";
 		};
+		ACF539EE1F38037900D4F08A /* 3rdview */ = {
+			isa = PBXGroup;
+			children = (
+				ACF539EF1F38038F00D4F08A /* BAGridView */,
+			);
+			name = 3rdview;
+			sourceTree = "<group>";
+		};
+		ACF539EF1F38038F00D4F08A /* BAGridView */ = {
+			isa = PBXGroup;
+			children = (
+				ACF539F01F38038F00D4F08A /* BAGridCollectionCell.h */,
+				ACF539F11F38038F00D4F08A /* BAGridCollectionCell.m */,
+				ACF539F21F38038F00D4F08A /* BAGridItemModel.h */,
+				ACF539F31F38038F00D4F08A /* BAGridItemModel.m */,
+				ACF539F41F38038F00D4F08A /* BAGridView.h */,
+				ACF539F51F38038F00D4F08A /* BAGridView.m */,
+				ACF539F61F38038F00D4F08A /* BAGridViewTypeTitleDescCell.h */,
+				ACF539F71F38038F00D4F08A /* BAGridViewTypeTitleDescCell.m */,
+				ACF539F81F38038F00D4F08A /* BAKit_BAGridView.h */,
+				ACF539F91F38038F00D4F08A /* BAKit_ConfigurationDefine.h */,
+				ACF539FA1F38038F00D4F08A /* NSString+BAGridView.h */,
+				ACF539FB1F38038F00D4F08A /* NSString+BAGridView.m */,
+			);
+			path = BAGridView;
+			sourceTree = "<group>";
+		};
 		B78B7636A69BCD4D72E91CAA /* Frameworks */ = {
 			isa = PBXGroup;
 			children = (
@@ -1244,6 +1289,7 @@
 				AC73C7701F28747600155E1F /* CSTabBarController.m in Sources */,
 				AC3B38061F340F5100696B12 /* HttpClient.m in Sources */,
 				AC73C7B71F2885BE00155E1F /* DDSundriesCenter.m in Sources */,
+				ACF539FE1F38038F00D4F08A /* BAGridView.m in Sources */,
 				AC73C7891F287AA800155E1F /* IWNavigationController.m in Sources */,
 				AC73C7AD1F2881A200155E1F /* FileModel.m in Sources */,
 				AC73C77E1F28747600155E1F /* CSFileCell.m in Sources */,
@@ -1255,6 +1301,7 @@
 				AC3B38031F340F5100696B12 /* AsyncSocket.m in Sources */,
 				AC73C7781F28747600155E1F /* CSFileDownLoadControllerView.m in Sources */,
 				AC73C7BD1F28881000155E1F /* NSDate+Common.m in Sources */,
+				ACF53A001F38038F00D4F08A /* NSString+BAGridView.m in Sources */,
 				ACABC7E51F289FD70003EAE5 /* UIImage+Additions.m in Sources */,
 				AC91F0A41F297EAB0034ADBE /* UIView+extra.m in Sources */,
 				ACF539E51F34539100D4F08A /* WSDownloadSession.m in Sources */,
@@ -1262,6 +1309,7 @@
 				AC91F0AA1F29821D0034ADBE /* MyColors.m in Sources */,
 				AC73C77D1F28747600155E1F /* CSAlertView.m in Sources */,
 				AC73C7751F28747600155E1F /* CSFileModel.m in Sources */,
+				ACF539FD1F38038F00D4F08A /* BAGridItemModel.m in Sources */,
 				AC73C7791F28747600155E1F /* CSFileDownUpCell.m in Sources */,
 				AC73C7801F28747600155E1F /* CSFileTypeClassView.m in Sources */,
 				AC91F0B31F2990060034ADBE /* DBOperation.m in Sources */,
@@ -1270,11 +1318,13 @@
 				AC73C77A1F28747600155E1F /* CloudStorageBar.m in Sources */,
 				AC73C7761F28747600155E1F /* DBStructModel.m in Sources */,
 				AC73C7C01F28885900155E1F /* UIBarButtonItem+Addition.m in Sources */,
+				ACF539FF1F38038F00D4F08A /* BAGridViewTypeTitleDescCell.m in Sources */,
 				AC3B39511F34110300696B12 /* LoginModel.m in Sources */,
 				AC73C7C91F28895200155E1F /* UIActionSheet+Blocks.m in Sources */,
 				AC73C7DE1F2890BA00155E1F /* NSDictionary+JSON.m in Sources */,
 				AC73C7A71F28807400155E1F /* MD5.m in Sources */,
 				AC73C7741F28747600155E1F /* CSFileFrameModel.m in Sources */,
+				ACF539FC1F38038F00D4F08A /* BAGridCollectionCell.m in Sources */,
 				AC3B381A1F34105F00696B12 /* PreferencesViewController.m in Sources */,
 				AC91F0A11F297BDB0034ADBE /* CustomButton.m in Sources */,
 				AC73C6FE1F2873BF00155E1F /* ViewController.m in Sources */,

BIN
WSCloudStorage.xcworkspace/xcuserdata/jonathanh.xcuserdatad/UserInterfaceState.xcuserstate


+ 0 - 58
WSCloudStorage/VC/TabBarMore/BAGridView/BAGridCollectionCell.h

@@ -1,62 +1,4 @@
 
-/*!
- *  @header BAKit.h
- *
- *  @brief  BAKit
- *
- *  @author 博爱
- *  @copyright  Copyright © 2016年 博爱. All rights reserved.
- *  @version    V1.0
- */
-
-//                            _ooOoo_
-//                           o8888888o
-//                           88" . "88
-//                           (| -_- |)
-//                            O\ = /O
-//                        ____/`---'\____
-//                      .   ' \\| |// `.
-//                       / \\||| : |||// \
-//                     / _||||| -:- |||||- \
-//                       | | \\\ - /// | |
-//                     | \_| ''\---/'' | |
-//                      \ .-\__ `-` ___/-. /
-//                   ___`. .' /--.--\ `. . __
-//                ."" '< `.___\_<|>_/___.' >'"".
-//               | | : `- \`.;`\ _ /`;.`/ - ` : | |
-//                 \ \ `-. \_ __\ /__ _/ .-` / /
-//         ======`-.____`-.___\_____/___.-`____.-'======
-//                            `=---='
-//
-//         .............................................
-//                  佛祖镇楼                  BUG辟易
-//          佛曰:
-//                  写字楼里写字间,写字间里程序员;
-//                  程序人员写程序,又拿程序换酒钱。
-//                  酒醒只在网上坐,酒醉还来网下眠;
-//                  酒醉酒醒日复日,网上网下年复年。
-//                  但愿老死电脑间,不愿鞠躬老板前;
-//                  奔驰宝马贵者趣,公交自行程序员。
-//                  别人笑我忒疯癫,我笑自己命太贱;
-//                  不见满街漂亮妹,哪个归得程序员?
-
-/*
- 
- *********************************************************************************
- *
- * 在使用 BAKit 的过程中如果出现 bug 请及时以以下任意一种方式联系我,我会及时修复 bug
- *
- * QQ     : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
- * 微博    : 博爱1616
- * Email  : 137361770@qq.com
- * GitHub : https://github.com/boai
- * BAHome : https://github.com/BAHome
- * 博客    : http://boaihome.com
- 
- *********************************************************************************
- 
- */
-
 
 #import <UIKit/UIKit.h>
 

+ 0 - 57
WSCloudStorage/VC/TabBarMore/BAGridView/BAGridItemModel.h

@@ -1,61 +1,4 @@
 
-/*!
- *  @header BAKit.h
- *
- *  @brief  BAKit
- *
- *  @author 博爱
- *  @copyright  Copyright © 2016年 博爱. All rights reserved.
- *  @version    V1.0
- */
-
-//                            _ooOoo_
-//                           o8888888o
-//                           88" . "88
-//                           (| -_- |)
-//                            O\ = /O
-//                        ____/`---'\____
-//                      .   ' \\| |// `.
-//                       / \\||| : |||// \
-//                     / _||||| -:- |||||- \
-//                       | | \\\ - /// | |
-//                     | \_| ''\---/'' | |
-//                      \ .-\__ `-` ___/-. /
-//                   ___`. .' /--.--\ `. . __
-//                ."" '< `.___\_<|>_/___.' >'"".
-//               | | : `- \`.;`\ _ /`;.`/ - ` : | |
-//                 \ \ `-. \_ __\ /__ _/ .-` / /
-//         ======`-.____`-.___\_____/___.-`____.-'======
-//                            `=---='
-//
-//         .............................................
-//                  佛祖镇楼                  BUG辟易
-//          佛曰:
-//                  写字楼里写字间,写字间里程序员;
-//                  程序人员写程序,又拿程序换酒钱。
-//                  酒醒只在网上坐,酒醉还来网下眠;
-//                  酒醉酒醒日复日,网上网下年复年。
-//                  但愿老死电脑间,不愿鞠躬老板前;
-//                  奔驰宝马贵者趣,公交自行程序员。
-//                  别人笑我忒疯癫,我笑自己命太贱;
-//                  不见满街漂亮妹,哪个归得程序员?
-
-/*
- 
- *********************************************************************************
- *
- * 在使用 BAKit 的过程中如果出现 bug 请及时以以下任意一种方式联系我,我会及时修复 bug
- *
- * QQ     : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
- * 微博    : 博爱1616
- * Email  : 137361770@qq.com
- * GitHub : https://github.com/boai
- * BAHome : https://github.com/BAHome
- * 博客    : http://boaihome.com
- 
- *********************************************************************************
- 
- */
 
 
 #import <Foundation/Foundation.h>

+ 0 - 57
WSCloudStorage/VC/TabBarMore/BAGridView/BAGridView.h

@@ -1,61 +1,4 @@
 
-/*!
- *  @header BAKit.h
- *
- *  @brief  BAKit
- *
- *  @author 博爱
- *  @copyright  Copyright © 2016年 博爱. All rights reserved.
- *  @version    V1.0
- */
-
-//                            _ooOoo_
-//                           o8888888o
-//                           88" . "88
-//                           (| -_- |)
-//                            O\ = /O
-//                        ____/`---'\____
-//                      .   ' \\| |// `.
-//                       / \\||| : |||// \
-//                     / _||||| -:- |||||- \
-//                       | | \\\ - /// | |
-//                     | \_| ''\---/'' | |
-//                      \ .-\__ `-` ___/-. /
-//                   ___`. .' /--.--\ `. . __
-//                ."" '< `.___\_<|>_/___.' >'"".
-//               | | : `- \`.;`\ _ /`;.`/ - ` : | |
-//                 \ \ `-. \_ __\ /__ _/ .-` / /
-//         ======`-.____`-.___\_____/___.-`____.-'======
-//                            `=---='
-//
-//         .............................................
-//                  佛祖镇楼                  BUG辟易
-//          佛曰:
-//                  写字楼里写字间,写字间里程序员;
-//                  程序人员写程序,又拿程序换酒钱。
-//                  酒醒只在网上坐,酒醉还来网下眠;
-//                  酒醉酒醒日复日,网上网下年复年。
-//                  但愿老死电脑间,不愿鞠躬老板前;
-//                  奔驰宝马贵者趣,公交自行程序员。
-//                  别人笑我忒疯癫,我笑自己命太贱;
-//                  不见满街漂亮妹,哪个归得程序员?
-
-/*
- 
- *********************************************************************************
- *
- * 在使用 BAKit 的过程中如果出现 bug 请及时以以下任意一种方式联系我,我会及时修复 bug
- *
- * QQ     : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
- * 微博    : 博爱1616
- * Email  : 137361770@qq.com
- * GitHub : https://github.com/boai
- * BAHome : https://github.com/BAHome
- * 博客    : http://boaihome.com
- 
- *********************************************************************************
- 
- */
 
 
 #import <UIKit/UIKit.h>

+ 0 - 58
WSCloudStorage/VC/TabBarMore/BAGridView/BAGridViewTypeTitleDescCell.h

@@ -1,62 +1,4 @@
 
-/*!
- *  @header BAKit.h
- *
- *  @brief  BAKit
- *
- *  @author 博爱
- *  @copyright  Copyright © 2016年 博爱. All rights reserved.
- *  @version    V1.0
- */
-
-//                            _ooOoo_
-//                           o8888888o
-//                           88" . "88
-//                           (| -_- |)
-//                            O\ = /O
-//                        ____/`---'\____
-//                      .   ' \\| |// `.
-//                       / \\||| : |||// \
-//                     / _||||| -:- |||||- \
-//                       | | \\\ - /// | |
-//                     | \_| ''\---/'' | |
-//                      \ .-\__ `-` ___/-. /
-//                   ___`. .' /--.--\ `. . __
-//                ."" '< `.___\_<|>_/___.' >'"".
-//               | | : `- \`.;`\ _ /`;.`/ - ` : | |
-//                 \ \ `-. \_ __\ /__ _/ .-` / /
-//         ======`-.____`-.___\_____/___.-`____.-'======
-//                            `=---='
-//
-//         .............................................
-//                  佛祖镇楼                  BUG辟易
-//          佛曰:
-//                  写字楼里写字间,写字间里程序员;
-//                  程序人员写程序,又拿程序换酒钱。
-//                  酒醒只在网上坐,酒醉还来网下眠;
-//                  酒醉酒醒日复日,网上网下年复年。
-//                  但愿老死电脑间,不愿鞠躬老板前;
-//                  奔驰宝马贵者趣,公交自行程序员。
-//                  别人笑我忒疯癫,我笑自己命太贱;
-//                  不见满街漂亮妹,哪个归得程序员?
-
-/*
- 
- *********************************************************************************
- *
- * 在使用 BAKit 的过程中如果出现 bug 请及时以以下任意一种方式联系我,我会及时修复 bug
- *
- * QQ     : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
- * 微博    : 博爱1616
- * Email  : 137361770@qq.com
- * GitHub : https://github.com/boai
- * BAHome : https://github.com/BAHome
- * 博客    : http://boaihome.com
- 
- *********************************************************************************
- 
- */
-
 
 #import <UIKit/UIKit.h>
 

+ 0 - 58
WSCloudStorage/VC/TabBarMore/BAGridView/BAKit_ConfigurationDefine.h

@@ -1,62 +1,4 @@
 
-/*!
- *  @header BAKit.h
- *
- *  @brief  BAKit
- *
- *  @author 博爱
- *  @copyright  Copyright © 2016年 博爱. All rights reserved.
- *  @version    V1.0
- */
-
-//                            _ooOoo_
-//                           o8888888o
-//                           88" . "88
-//                           (| -_- |)
-//                            O\ = /O
-//                        ____/`---'\____
-//                      .   ' \\| |// `.
-//                       / \\||| : |||// \
-//                     / _||||| -:- |||||- \
-//                       | | \\\ - /// | |
-//                     | \_| ''\---/'' | |
-//                      \ .-\__ `-` ___/-. /
-//                   ___`. .' /--.--\ `. . __
-//                ."" '< `.___\_<|>_/___.' >'"".
-//               | | : `- \`.;`\ _ /`;.`/ - ` : | |
-//                 \ \ `-. \_ __\ /__ _/ .-` / /
-//         ======`-.____`-.___\_____/___.-`____.-'======
-//                            `=---='
-//
-//         .............................................
-//                  佛祖镇楼                  BUG辟易
-//          佛曰:
-//                  写字楼里写字间,写字间里程序员;
-//                  程序人员写程序,又拿程序换酒钱。
-//                  酒醒只在网上坐,酒醉还来网下眠;
-//                  酒醉酒醒日复日,网上网下年复年。
-//                  但愿老死电脑间,不愿鞠躬老板前;
-//                  奔驰宝马贵者趣,公交自行程序员。
-//                  别人笑我忒疯癫,我笑自己命太贱;
-//                  不见满街漂亮妹,哪个归得程序员?
-
-/*
- 
- *********************************************************************************
- *
- * 在使用 BAKit 的过程中如果出现 bug 请及时以以下任意一种方式联系我,我会及时修复 bug
- *
- * QQ     : 可以添加ios开发技术群 479663605 在这里找到我(博爱1616【137361770】)
- * 微博    : 博爱1616
- * Email  : 137361770@qq.com
- * GitHub : https://github.com/boai
- * BAHome : https://github.com/BAHome
- * 博客    : http://boaihome.com
- 
- *********************************************************************************
- 
- */
-
 
 #ifndef BAKit_ConfigurationDefine_h
 #define BAKit_ConfigurationDefine_h

+ 5 - 2
WSCloudStorage/VC/TabBarMore/PreferencesViewController.m

@@ -7,6 +7,8 @@
 //
 
 #import "PreferencesViewController.h"
+#import "BAKit_BAGridView.h"
+static NSString * const kCellID = @"ViewControllerCell";
 #define AvatarWH 60
 #define ProgressH 8
 #define MaxX(view) CGRectGetMaxX(view.frame)
@@ -14,10 +16,11 @@
 //#define MaxXPlus(MaxX(v),plusnumber) (MaxX(v) + plusnumber)
 //Avatar frame
 #define ScreenMarginTBLR 20
-@interface PreferencesViewController()<UITableViewDelegate,UITableViewDataSource>
+@interface PreferencesViewController()//<UITableViewDelegate,UITableViewDataSource>
 @property(nonatomic,weak)UIImageView *avatarview;
 @property(nonatomic,weak)UIProgressView *progressview;
-@property(nonatomic,weak)UIView *gridView;//九宫格view,待自定义
+@property(nonatomic, weak)BAGridView *gridView;
+//@property(nonatomic,weak)UIView *gridView;//九宫格view,待自定义
 @property(nonatomic,weak)UITableView *tableview;
 @end
 @implementation PreferencesViewController