Skip to content

DarvishKamalia/FourApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Four

Added Cocoapods for future-proof third party library integration. Please open project by double-clicking Four.xcworkspace, NOT Four.xcodeproj

Syntax Guideline

Objective-C

/**
 * Description
 *
 * @param x - int to take
 * @return YES if blah; NO otherwise.
 */
- (BOOL)foo:(int)x

Swift

/**
 * Description
 *
 * - Parameter x: int to use
 * - Returns: YES if blah; NO otherwise
 */
func foo(x: Int) -> bool

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors