Skip to content

init #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

init #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 54 additions & 9 deletions Coding_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6602,11 +6602,11 @@
8E477008198770E700997D05 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0700;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = Coding;
TargetAttributes = {
8E47700F198770E700997D05 = {
DevelopmentTeam = QN5Z87S3LH;
DevelopmentTeam = HGK2L3FZ48;
ProvisioningStyle = Automatic;
SystemCapabilities = {
com.apple.BackgroundModes = {
Expand Down Expand Up @@ -7480,9 +7480,27 @@
files = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-Coding_iOS/Pods-Coding_iOS-resources.sh",
"${PODS_ROOT}/FontAwesome+iOS/Resources/FontAwesome.ttf",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/UMSocialSDKResourcesNew.bundle",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_Extra_Frameworks/TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_Extra_Frameworks/SinaSSO/WeiboSDK.bundle",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMSCommentDetailController.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMSCommentInputController.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMSCommentInputControlleriPad.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMShareEditViewController.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMShareEditViewControlleriPad.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMSLoginViewController.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMSnsAccountViewController.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/SocialSDKXib/UMSShareListController.xib",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/en.lproj",
"${PODS_ROOT}/UMengSocial/Umeng_SDK_Social_iOS_ARM64_5.0/UMSocial_Sdk_5.0/zh-Hans.lproj",
"${PODS_ROOT}/evernote-cloud-sdk-ios/ENSDKResources.bundle",
"${PODS_ROOT}/iVersion/iVersion/iVersion.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}",
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
Expand All @@ -7495,13 +7513,16 @@
files = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-Coding_iOS-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n";
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down Expand Up @@ -8109,24 +8130,36 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Yuanchuang Wang (6KJRVPP9CY)";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
Expand All @@ -8139,7 +8172,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
Expand All @@ -8149,31 +8182,43 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Distribution";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution: Shenzhen Coding Network Technology Co., Ltd. (QN5Z87S3LH)";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = NS_BLOCK_ASSERTIONS;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand All @@ -8190,7 +8235,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = QN5Z87S3LH;
DEVELOPMENT_TEAM = HGK2L3FZ48;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -8217,7 +8262,7 @@
"$(PROJECT_DIR)/Coding_iOS/Util/Audio/opencore-amr-iOS/lib",
"$(PROJECT_DIR)/Coding_iOS/Vendor/UMSocial_Sdk_4.3.0_Extra/SinaSSO",
);
PRODUCT_BUNDLE_IDENTIFIER = net.coding.CodingForiOS;
PRODUCT_BUNDLE_IDENTIFIER = com.yixiuservice.engineer;
PRODUCT_NAME = Coding_iOS;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -8236,7 +8281,7 @@
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = QN5Z87S3LH;
DEVELOPMENT_TEAM = HGK2L3FZ48;
ENABLE_BITCODE = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -8263,7 +8308,7 @@
"$(PROJECT_DIR)/Coding_iOS/Util/Audio/opencore-amr-iOS/lib",
"$(PROJECT_DIR)/Coding_iOS/Vendor/UMSocial_Sdk_4.3.0_Extra/SinaSSO",
);
PRODUCT_BUNDLE_IDENTIFIER = net.coding.CodingForiOS;
PRODUCT_BUNDLE_IDENTIFIER = com.yixiuservice.engineer;
PRODUCT_NAME = Coding_iOS;
PROVISIONING_PROFILE = "";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
1 change: 0 additions & 1 deletion Coding_iOS/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ - (void)completionStartAnimationWithOptions:(NSDictionary *)launchOptions{
}

// UMENG 统计
[MobClick startWithAppkey:kUmeng_AppKey reportPolicy:BATCH channelId:nil];

// UMENG Social Account
[UMSocialData setAppKey:kUmeng_AppKey];
Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Controllers/AddUserViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ typedef NS_ENUM(NSInteger, AddUserType) {

@property (assign, nonatomic) AddUserType type;
@property (strong, nonatomic) Project *curProject;
@property (copy, nonatomic) void(^popSelfBlock)();
@property (copy, nonatomic) void(^popSelfBlock)(void);
@property (strong, nonatomic) NSMutableArray *queryingArray, *addedArray;
@property (strong, nonatomic) NSArray *searchedArray;
- (void)configAddedArrayWithMembers:(NSArray *)memberArray;
Expand Down
22 changes: 11 additions & 11 deletions Coding_iOS/Util/EADeviceToServerLog/EADeviceToServerLog.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#import <netdb.h>
#import <sys/socket.h>
#import <arpa/inet.h>
#import <ObjectiveGit/ObjectiveGit.h>//https://github.com/libgit2/objective-git
//#import <ObjectiveGit/ObjectiveGit.h>//https://github.com/libgit2/objective-git
#import "EADeviceToServerLog.h"
#import "EANetTraceRoute.h"
#import "LDNetGetAddress.h"
Expand Down Expand Up @@ -390,16 +390,16 @@ - (void)getGitsBlock:(void(^)(NSDictionary *dictGits))block{
NSMutableDictionary *dictGits = @{kEALogKey_StartTime: [self p_curTime]}.mutableCopy;
dictGits[@"url"] = repoURL.absoluteString;
NSError* error = nil;
GTRepository *repo = [GTRepository cloneFromURL:repoURL toWorkingDirectory:localURL options:@{GTRepositoryCloneOptionsCheckout: @NO} error:&error transferProgressBlock:^(const git_transfer_progress *progress, BOOL *stop) {
DebugLog(@"received_objects_count: %d", progress->received_objects);
} checkoutProgressBlock:^(NSString *path, NSUInteger completedSteps, NSUInteger totalSteps) {//{Checkout: @NO},所以这里不会执行
DebugLog(@"checkout_progress:%.2f", (float)completedSteps/totalSteps);
}];

dictGits[kEALogKey_FinishTime] = [self p_curTime];
dictGits[@"result"] = repo? @YES: @NO;
dictGits[kEALogKey_LogInfo] = error.description ?: @"";
block(@{@"git": dictGits});
// GTRepository *repo = [GTRepository cloneFromURL:repoURL toWorkingDirectory:localURL options:@{GTRepositoryCloneOptionsCheckout: @NO} error:&error transferProgressBlock:^(const git_transfer_progress *progress, BOOL *stop) {
// DebugLog(@"received_objects_count: %d", progress->received_objects);
// } checkoutProgressBlock:^(NSString *path, NSUInteger completedSteps, NSUInteger totalSteps) {//{Checkout: @NO},所以这里不会执行
// DebugLog(@"checkout_progress:%.2f", (float)completedSteps/totalSteps);
// }];
//
// dictGits[kEALogKey_FinishTime] = [self p_curTime];
// dictGits[@"result"] = repo? @YES: @NO;
// dictGits[kEALogKey_LogInfo] = error.description ?: @"";
// block(@{@"git": dictGits});
}

@end
2 changes: 1 addition & 1 deletion Coding_iOS/Util/Manager/Coding_NetAPIManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -2118,7 +2118,7 @@ - (void)request_Tweet_DoTweet_WithObj:(Tweet *)tweet andBlock:(void (^)(id data,
return;
}
//判断图片是否全部上传完毕,是的话就发送该冒泡 block
BOOL (^whetherAllImagesUploadedAndSendTweetBlock)() = ^{
BOOL (^whetherAllImagesUploadedAndSendTweetBlock)(void) = ^{
if (tweet.isAllImagesDoneSucess) {
sendTweetBlock();
}
Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Util/OC_Category/UIActionSheet+Front.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

@end

void swizzleAllActionSheet();
void swizzleAllActionSheet(void);
2 changes: 1 addition & 1 deletion Coding_iOS/Util/OC_Category/UIView+Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ typedef NS_ENUM(NSInteger, BadgePositionType) {
@property (strong, nonatomic) UIButton *reloadButton, *actionButton;
@property (assign, nonatomic) EaseBlankPageType curType;
@property (copy, nonatomic) void(^reloadButtonBlock)(id sender);
@property (copy, nonatomic) void(^loadAndShowStatusBlock)();
@property (copy, nonatomic) void(^loadAndShowStatusBlock)(void);
@property (copy, nonatomic) void(^clickButtonBlock)(EaseBlankPageType curType);
- (void)configWithType:(EaseBlankPageType)blankPageType hasData:(BOOL)hasData hasError:(BOOL)hasError offsetY:(CGFloat)offsetY reloadButtonBlock:(void(^)(id sender))block;
@end
Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Util/OC_Category/UIView+Common.m
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ - (void)loadingAnimation{
[self removeFromSuperview];

_loopAngle = 0.0;
_monkeyAlpha = 1,0;
_monkeyAlpha = 1.0;
_alphaStep = ABS(_alphaStep);
CGAffineTransform loopAngleTransform = CGAffineTransformMakeRotation(_loopAngle * (M_PI / 180.0f));
_loopView.transform = loopAngleTransform;
Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Vendor/AGEmojiKeyboard/AGEmojiKeyBoardView.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ typedef NS_ENUM(NSInteger, AGEmojiKeyboardViewCategoryImage) {
@property (nonatomic) UIButton *sendButton;

@property (copy, nonatomic) void(^selectedIndexChangedBlock)(UIEaseTabBar *);
@property (copy, nonatomic) void(^sendButtonClickedBlock)();
@property (copy, nonatomic) void(^sendButtonClickedBlock)(void);
- (instancetype)initWithFrame:(CGRect)frame selectedImages:(NSArray *)selectedImages unSelectedImages:(NSArray *)unSelectedImages;
@end

Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Vendor/ASProgressPopUpView/ASPopUpView.m
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ - (void)showAnimated:(BOOL)animated
} [CATransaction commit];
}

- (void)hideAnimated:(BOOL)animated completionBlock:(void (^)())block
- (void)hideAnimated:(BOOL)animated completionBlock:(void (^)(void))block
{
[CATransaction begin]; {
[CATransaction setCompletionBlock:^{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ @interface AutoSlideScrollView () <UIScrollViewDelegate>

@implementation AutoSlideScrollView

- (void)setTotalPagesCount:(NSInteger (^)())totalPagesCount
- (void)setTotalPagesCount:(NSInteger (^)(void))totalPagesCount
{
_totalPagesCount = totalPagesCount;
[self reloadData];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ - (void)setTabBarHidden:(BOOL)hidden animated:(BOOL)animated {

__weak RDVTabBarController *weakSelf = self;

void (^block)() = ^{
void (^block)(void) = ^{
CGSize viewSize = weakSelf.view.bounds.size;
CGFloat tabBarStartingY = viewSize.height;
CGFloat contentViewHeight = viewSize.height;
Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Vendor/RFKeyboardToolbar/RFToolbarButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
/**
* The block used for each button.
*/
typedef void (^eventHandlerBlock)();
typedef void (^eventHandlerBlock)(void);

@interface RFToolbarButton : UIButton

Expand Down
2 changes: 1 addition & 1 deletion Coding_iOS/Vendor/SDWebImage/SDWebImageCompat.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

extern UIImage *SDScaledImageForKey(NSString *key, UIImage *image);

typedef void(^SDWebImageNoParamsBlock)();
typedef void(^SDWebImageNoParamsBlock)(void);

#define dispatch_main_sync_safe(block)\
if ([NSThread isMainThread]) {\
Expand Down
14 changes: 7 additions & 7 deletions Coding_iOS/Views/Cell/EaseUserInfoCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
@interface EaseUserInfoCell : UITableViewCell
@property (nonatomic, strong) User *user;

@property (nonatomic, copy) void (^userIconClicked)();
@property (nonatomic, copy) void (^fansCountBtnClicked)();
@property (nonatomic, copy) void (^followsCountBtnClicked)();
@property (nonatomic, copy) void (^followBtnClicked)();
@property (nonatomic, copy) void (^editButtonClicked)();
@property (nonatomic, copy) void (^messageBtnClicked)();
@property (nonatomic, copy) void (^detailInfoBtnClicked)();
@property (nonatomic, copy) void (^userIconClicked)(void);
@property (nonatomic, copy) void (^fansCountBtnClicked)(void);
@property (nonatomic, copy) void (^followsCountBtnClicked)(void);
@property (nonatomic, copy) void (^followBtnClicked)(void);
@property (nonatomic, copy) void (^editButtonClicked)(void);
@property (nonatomic, copy) void (^messageBtnClicked)(void);
@property (nonatomic, copy) void (^detailInfoBtnClicked)(void);


@end
2 changes: 1 addition & 1 deletion Coding_iOS/Views/Cell/Input_OnlyText_Cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
@property (nonatomic,copy) void(^editDidBeginBlock)(NSString *);
@property (nonatomic,copy) void(^editDidEndBlock)(NSString *);
@property (nonatomic,copy) void(^phoneCodeBtnClckedBlock)(PhoneCodeButton *);
@property (nonatomic,copy) void(^countryCodeBtnClickedBlock)();
@property (nonatomic,copy) void(^countryCodeBtnClickedBlock)(void);

- (void)setPlaceholder:(NSString *)phStr value:(NSString *)valueStr;
+ (NSString *)randomCellIdentifierOfPhoneCodeType;
Expand Down
4 changes: 2 additions & 2 deletions Coding_iOS/Views/Cell/MeRootServiceCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@interface MeRootServiceCell : UITableViewCell
@property (strong, nonatomic) UserServiceInfo *curServiceInfo;
@property (copy, nonatomic) void (^leftBlock)();
@property (copy, nonatomic) void (^rightBlock)();
@property (copy, nonatomic) void (^leftBlock)(void);
@property (copy, nonatomic) void (^rightBlock)(void);
+ (CGFloat)cellHeight;
@end
4 changes: 2 additions & 2 deletions Coding_iOS/Views/Cell/ShopOderCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- (void)configViewWithModel:(BaseModel *)model;

@property (copy, nonatomic) void(^deleteActionBlock)();
@property (copy, nonatomic) void(^payActionBlock)();
@property (copy, nonatomic) void(^deleteActionBlock)(void);
@property (copy, nonatomic) void(^payActionBlock)(void);

@end
2 changes: 1 addition & 1 deletion Coding_iOS/Views/Cell/ShopSwitchCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
@interface ShopSwitchCell : UITableViewCell

@property (strong, nonatomic)ShopGoods *shopGoods;
@property (copy, nonatomic) void(^updateBlock)();
@property (copy, nonatomic) void(^updateBlock)(void);

@end
2 changes: 1 addition & 1 deletion Coding_iOS/Views/Cell/TaskDescriptionCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import <UIKit/UIKit.h>

@interface TaskDescriptionCell : UITableViewCell
@property (copy, nonatomic) void(^buttonClickedBlock)();
@property (copy, nonatomic) void(^buttonClickedBlock)(void);
- (void)setTitleStr:(NSString *)title andSpecail:(BOOL)isSpecail;

+ (CGFloat)cellHeight;
Expand Down
Loading