Skip to content

Commit

Permalink
Merge pull request #7785 from hansemannn/TIMOB-20485
Browse files Browse the repository at this point in the history
[TIMOB-20485] Add Ti.UI.iOS.LivePhoto apiName
  • Loading branch information
hansemannn committed Feb 29, 2016
2 parents 9f297bd + c6698b2 commit eaac764
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iphone/Classes/TiUIiOSLivePhoto.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@

@implementation TiUIiOSLivePhoto

-(NSString *)apiName
{
return @"Ti.UI.iOS.LivePhoto";
}

-(instancetype)initWithLivePhoto:(PHLivePhoto*)livePhoto
{
if(self = [self init]) {
Expand Down

0 comments on commit eaac764

Please sign in to comment.