forked from shaojiankui/JKCategories
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NSObject+EasyCopy NSURLConnection+SelfSigned UIButton+MiddleAligning UIScrollView+EmptyDataSet UIView+CustomBorder
- Loading branch information
Jakey
committed
Dec 22, 2015
1 parent
f2e4627
commit d2e6e2b
Showing
54 changed files
with
3,381 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// | ||
// NSInvocation+Bb.h | ||
// Bb_revised | ||
// | ||
// Created by Travis Henspeter on 1/21/15. | ||
// Copyright (c) 2015 birdSound. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
@interface NSInvocation (Bb) | ||
|
||
|
||
+ (id)doInstanceMethodTarget:(id)target | ||
selectorName:(NSString *)selectorName | ||
args:(NSArray *)args; | ||
|
||
+ (id)doClassMethod:(NSString *)className | ||
selectorName:(NSString *)selectorName | ||
args:(NSArray *)args; | ||
|
||
- (void)setArgumentWithObject:(id)object atIndex:(NSUInteger)index; | ||
|
||
|
||
@end |
Oops, something went wrong.