Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jan 8, 2016
2 parents 8e57584 + 975919f commit 6d03c84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
language: objective-c
osx_image: xcode7

before_install:
- curl -sL https://gist.github.com/henrikhodne/7ac6d02ff9a24a94720c/raw/install_appledoc.sh | sh

install:
- sudo easy_install cpp-coveralls

Expand Down
4 changes: 3 additions & 1 deletion Core/Source/CTLineUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@
// Copyright 2015. All rights reserved.
//

#import <CoreText/CoreText.h>

BOOL areLinesEqual(CTLineRef line1, CTLineRef line2);
CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);
CFIndex getTruncationIndex(CTLineRef line, CTLineRef trunc);

0 comments on commit 6d03c84

Please sign in to comment.