Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/handlebars-objc/errorHandling/HBErrorHandling.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ typedef NS_ENUM(NSInteger, HBErrorCode) {
*/
- (NSString*) partialName;

@end
@end
2 changes: 1 addition & 1 deletion src/handlebars-objc/errorHandling/HBErrorHandling.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ - (NSString*) partialName
return [self.userInfo objectForKey:HBPartialNameKey];
}

@end
@end
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@

+ (instancetype) HBPartialMissingErrorWithPartialName:(NSString*)partialName;

@end
@end
2 changes: 1 addition & 1 deletion src/handlebars-objc/handlebars-objc-ios-Prefix.pch
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
#endif
2 changes: 1 addition & 1 deletion src/handlebars-objc/helpers/HBHelperRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@
*/
- (void)setObject:(id)object forKeyedSubscript:(id < NSCopying >)key;

@end
@end