projects
/
LeanCalc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
added copy command to copy selected line result to the clipboard. bumped version...
[LeanCalc.git]
/
Sources
/
AppDelegate.h
diff --git
a/Sources/AppDelegate.h
b/Sources/AppDelegate.h
index
23b25b4
..
1e5fdb1
100644
(file)
--- a/
Sources/AppDelegate.h
+++ b/
Sources/AppDelegate.h
@@
-10,9
+10,7
@@
@interface AppDelegate : NSObject {
-
NSMutableArray *functionReference;
-
}
- (void)initFunctionReference;