Skip to content

Commit

Permalink
update kit
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemo committed Apr 8, 2016
1 parent 5dc3b56 commit 873dd4d
Show file tree
Hide file tree
Showing 28 changed files with 80 additions and 70 deletions.
144 changes: 76 additions & 68 deletions SUIMVVMDemo/SUIMVVMDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Binary file modified SUIMVVMDemo/SUIMVVMDemo/.DS_Store
Binary file not shown.
Binary file modified SUIMVVMDemo/SUIMVVMDemo/SUIMVVMKit/.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "SMKAction.h"
#import "AFNetworking.h"

#import "NSObject+SMKProperties.h"

static NSString * const SMKRequestUrlPath = @"SMKRequestUrlPath";
static NSString * const SMKRequestParameters = @"SMKRequestParameters";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import "SMKStore.h"
#import "FMDatabase.h"
#import "FMDatabaseQueue.h"
#import "NSObject+SMKProperties.h"

#ifdef DEBUG
#define debugLog(...) NSLog(__VA_ARGS__)
Expand Down
2 changes: 1 addition & 1 deletion SUIMVVMKit/SUIMVVMKit/SMKAction.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "SMKAction.h"
#import "AFNetworking.h"

#import "NSObject+SMKProperties.h"

static NSString * const SMKRequestUrlPath = @"SMKRequestUrlPath";
static NSString * const SMKRequestParameters = @"SMKRequestParameters";
Expand Down
1 change: 1 addition & 0 deletions SUIMVVMKit/SUIMVVMKit/SMKStore.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#import "SMKStore.h"
#import "FMDatabase.h"
#import "FMDatabaseQueue.h"
#import "NSObject+SMKProperties.h"

#ifdef DEBUG
#define debugLog(...) NSLog(__VA_ARGS__)
Expand Down

0 comments on commit 873dd4d

Please sign in to comment.