Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bharath2020 committed Jul 26, 2014
0 parents commit 58e02bb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions include/Calculator.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// Calculator.h
// Calculator
//
// Created by Bharath Booshan on 7/26/14.
// Copyright (c) 2014 FeatherTouch. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface Calculator : NSObject

-(int)APlusBWholeSquare:(int)a andB:(int)b;


@end
Binary file added libCalculator.a
Binary file not shown.

0 comments on commit 58e02bb

Please sign in to comment.